]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
gopls is too verbose
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index 7b6d4eadefc902b87958547b634c0d81bb3cfa5e..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": {