Open prsh11 opened 3 years ago
Please read other issues. Your issue is already duplicated.
https://github.com/nvim-lua/completion-nvim/issues/403 https://github.com/nvim-lua/completion-nvim/issues/399
Please read other issues. Your issue is already duplicated.
403 #399
I have tried reading them. I couldn't reproduce from them. Can you tell me what I am doing wrong in my config?
The important thing is completion-nvim is broken currently. It is not maintained well. I recommend for you to use other auto completion plugins instead.
@notprash
What version of neovim are you running? if you are unsure run nvim --version
The important thing is completion-nvim is broken currently. It is not maintained well. I recommend for you to use other auto completion plugins instead.
It is open source however, this therefore means other people could still contribute, there are other auto-completion plugins however some people may not wish to move, and furthermore may prefer this plugin.
As of right now I run v0.5.0, and have neovim ignored by pacman, it does mean I am stuck on an older version and I recommend anyone who does not wish to use another plugin to downgrade their neovim version until a patch has been merged, this is provided the solution outlined in #399 did not work for you.
Yes. You are right. And the fix is already exists. https://github.com/nvim-lua/completion-nvim/pull/400
But it is not merged yet... I don't know why.
@notprash
What version of neovim are you running? if you are unsure run
nvim --version
I am using neovim nightly, for treesitter. That's why it's not working
My init.vim
How to reproduce On pressing tab, don't get autocomplete.
Expected behavior Autocomplete menu appears