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

colon seems to break nvim-cmp autocomplete #17

Open
johannesrld opened this issue Sep 10, 2024 · 0 comments
Open

colon seems to break nvim-cmp autocomplete #17

johannesrld opened this issue Sep 10, 2024 · 0 comments

Comments

@johannesrld
Copy link

bit hard to explain, basically when im typing a package name, after I've typed the colon to access some function or symbol in the package, autocomplete doesn't show up anymore.

e.g.

  1. type (ql:) manually
  2. completions break at this point, e.g. typing (ql:qui) doesn't show ql:quickload

if I want quickload or any other function/symbol to show up I have to:

  1. type (ql:) manually
  2. exit into normal mode and then reenter into insert mode
  3. type any letter after the colon ((ql:a), (ql:b), etc)
  4. exit into normal mode again
  5. then reenter into insert mode and delete the character i added, at that point (ql:) correctly shows autocomplete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant