Closed luizpara closed 1 year ago
It works for me.
set rtp+=~/src/vim-hug-neovim-rpc
set rtp+=~/src/ncm2
set rtp+=~/src/ncm2-bufword
set rtp+=~/src/nvim-yarp
autocmd BufEnter * call ncm2#enable_for_buffer()
set completeopt=noinsert,menuone,noselect
What is your neovim version?
Oh, it must be Vim.
https://github.com/roxma/vim-hug-neovim-rpc/issues/61
It is already fixed problem. I think your plugin version is old.
There seems to already exist an open issue about this problem posted in 2019, but it has not description whatsoever and thus, unsurprisingly, it did get no replies ever. So, because I am facing the same problem, I am posting a new issue with description and details in the hope that this issue can get more attention (and perhaps the other one may be merged to this).
Using Vim8, I have the following in my .vimrc file:
However, every time I open a new buffer I get the error message:
I have tried searching for information about how solve it, but could not find any. Any help would be much appreciated.