From 2666a635040a6f59c31977bde3e93fb7c7e4f691 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 23 Sep 2023 14:31:10 +0300 Subject: [PATCH] Explicitly set LSP omni completion binding --- vim/.vim/plugin/lsp.vim | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0