]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
Explicitly set LSP omni completion binding
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index 62e8f49139a90d7eeb88aff2a50687856f5016da..573ddbd96488bbca63c15f4a09e378765a0ffcff 100644 (file)
@@ -41,6 +41,7 @@ var lspOpts = {
     showSignature: false,
 }
 
+set omnifunc=g:LspOmniFunc
 autocmd VimEnter * call LspAddServer(lspServers)
 autocmd VimEnter * call LspOptionsSet(lspOpts)
 autocmd CursorMoved * silent! LspDiagCurrent