Open faulesocke opened 4 years ago
If you point me to some code locations I can figure out stuff for myself and provide a PR. I guess this would be easiest for all of us.
I would suggest providing a proper minimal vimrc to reproduce the issue, the vimrc you linked does not include ncm2 or ultisnips or anything of the sort, so it's not really sufficient to try and reproduce the issue.
* Minimal vimrc content (A minimal vimrc is the smallest vimrc that could reproduce the issue. Refer to an example [here](https://github.com/autozimu/LanguageClient-neovim/blob/next/min-vimrc.vim)): I guess any minimal vimrc will do but the `g:LanguageClientHasSnippetSupport` option must be unset. For example use the vimrc presented here: [ncm2/ncm2#19](https://github.com/ncm2/ncm2/issues/19)
Hm? I may be missing something but that min vimrc does not include the plugins that you seem to be using to trigger this issue, so it's not really enough.
Maybe you clicked on the wrong link? ncm2/ncm2/issues/19
It includes ncm2, ncm2-ultisnips, ultisnips, and LanguageClient-neovim. This should be enough to reproduce my issue with parameter autocompletion.
However, you do not need ncm2 to reproduce the issue, you only need it to observe it. There might be other ways to observe it.
Ah yes sorry, I managed to overlook that link while reading :smile:
Did you upgrade to latest plugin version? Yes.
Did you upgrade to/compile latest binary? Run shell command
bin/languageclient --version
to get its version number.languageclient 0.1.157 4b35f5d6859ab3d42546192cbede9add59a7435a
(Neovim users only) Did you check output of
:checkhealth LanguageClient
?Did you check troubleshooting?
Describe the bug
Apparently the snippet support autodetection does not work correctly all the time (I tried with RLS and some other person had problems with go over at ncm2/ncm2-ultisnips#19.
Environment
nvim --version
orvim --version
):Features: +acl +iconv +tui See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"