]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
gopls is too verbose
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index 532b5e02b20028473a4f6e30f9c341a4c89bb6a2..1928046941157257f7e6d251d1b51478a863ada6 100644 (file)
@@ -5,7 +5,7 @@ let g:lsc_enable_autocomplete = v:false
 let g:lsc_server_commands = {
     \ "c": {"command": "clangd --log=error"},
     \ "cpp": {"command": "clangd --log=error"},
-    \ "go": {"command": "gopls", "log_level": "Error"},
+    \ "go": {"command": "gopls", "log_level": -1},
     \ "python": {
     \     "command": "pyls",
     \     "workspace_config": {"pyls": {
@@ -14,6 +14,7 @@ let g:lsc_server_commands = {
     \             "mccabe": {"enabled": v:false},
     \         },
     \     }},
+    \     "enabled": v:false,
     \ },
 \ }
 let g:lsc_auto_map = {