autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 273 forks source link

Add vairable to enable completion #1079

Closed amikai closed 3 years ago

amikai commented 4 years ago

Is your feature request related to a problem? Please describe.

Add a variable g:LanguageClient_completionEnable if on, set completefunc=LanguageClient#complete and set omnifunc=LanguageClient#complete if off, don't set completefunc and omnifunc