You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 ncm2/ncm2#19 (comment), but it also can't work now.
Please help, thanks a lot!
The text was updated successfully, but these errors were encountered: