Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vim fn input completion not working #1079

Open
2 tasks done
abdulelah-tech opened this issue Jan 25, 2025 · 0 comments
Open
2 tasks done

Vim fn input completion not working #1079

abdulelah-tech opened this issue Jan 25, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@abdulelah-tech
Copy link

Make sure you have done the following

  • Updated to the latest version of blink.cmp
  • Searched for existing issues and documentation (try <C-k> on https://cmp.saghen.dev)

Bug Description

As per the docs in the help section

<		The optional {completion} argument specifies the type of
		completion supported for the input.  Without it completion is
		not performed.  The supported completion types are the same as
		that can be supplied to a user-defined command using the
		"-complete=" argument.  Refer to |:command-completion| for
		more information.  Example: >vim
			let fname = input("File: ", "", "file")

but doing that has no effect

Screenshot:
Image

Expected behavior

Auto complete suggestions should follow the configured completion in vim.fn.input

Relevant configuration

neovim version

0.10.3

blink.cmp version

@abdulelah-tech abdulelah-tech added the bug Something isn't working label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant