X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;fp=vim%2F.vim%2Fplugin%2Flsp.vim;h=573ddbd96488bbca63c15f4a09e378765a0ffcff;hp=62e8f49139a90d7eeb88aff2a50687856f5016da;hb=2666a635040a6f59c31977bde3e93fb7c7e4f691;hpb=02a8983899a808069395d93f7467c95c5faecc8f diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 62e8f49..573ddbd 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -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