X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;h=104f1d10f1e7fef43f3d9849e1f9a3c72687e560;hp=13d51d5aeb8bad48e54c8a58e30a43d85e0892a8;hb=48c99c15b75ce79d23195edfc6f6e3c26a84d301;hpb=31daf53ac7ef57c39cc0f11762d74228763b8dd7 diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 13d51d5..104f1d1 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -6,7 +6,6 @@ let g:lsp_settings = { let g:asyncomplete_auto_completeopt = 0 let g:asyncomplete_auto_popup = 0 imap (asyncomplete_force_refresh) -autocmd! CompleteDone * if pumvisible() == 0 | pclose | endif let g:lsp_highlight_references_enabled = 1 let g:lsp_diagnostics_echo_cursor = 1