Open cjun714 opened 5 years ago
Have exactly the same problem but with Rust instead of go. Not even the settings from ncm2/ncm2#19 did work.
Looks like this is an issue with LanguageClient-neovim. Solution:
let g:LanguageClient_hasSnippetSupport = 1
Plugin can complete function name, but it can't expand any function parameters,. The language is go, using go-langserver as lsp. All plugins and lsp are newest, neovim 0.4.0 on Linuxmint 19.04
I use key '(' to trigger parameter expansion.
Expected behaviour: void foo ----------> void foo( -----------> void foo(
a int
, b int)Below setting worked fine before(few months ago), but it can't work any more now.
I also use settings in https://github.com/ncm2/ncm2/issues/19#issue-340860094, but it also can't work now.
Please help, thanks a lot!