From: Sergey Matveev Date: Sat, 23 Sep 2023 11:31:10 +0000 (+0300) Subject: Explicitly set LSP omni completion binding X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=2666a635040a6f59c31977bde3e93fb7c7e4f691 Explicitly set LSP omni completion binding --- 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