X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;h=621548b542491a19c5fe41be7b5dcf0879840375;hb=abeca38b2bf8282f0ad673286bc51fbaf59d27f2;hp=104f1d10f1e7fef43f3d9849e1f9a3c72687e560;hpb=48c99c15b75ce79d23195edfc6f6e3c26a84d301;p=dotfiles.git diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 104f1d1..621548b 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -1,11 +1,6 @@ -let g:lsp_settings_enable_suggestions = 0 -let g:lsp_settings = { -\ 'clangd': {'cmd': ['clangd60']}, -\} - let g:asyncomplete_auto_completeopt = 0 let g:asyncomplete_auto_popup = 0 -imap (asyncomplete_force_refresh) +imap (asyncomplete_force_refresh) let g:lsp_highlight_references_enabled = 1 let g:lsp_diagnostics_echo_cursor = 1