]> Sergey Matveev's repositories - dotfiles.git/commitdiff
gopls is too verbose
authorSergey Matveev <stargrave@stargrave.org>
Thu, 13 Jan 2022 20:16:07 +0000 (23:16 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 27 Jan 2022 11:35:14 +0000 (14:35 +0300)
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": {