From: Sergey Matveev Date: Thu, 13 Jan 2022 20:16:07 +0000 (+0300) Subject: gopls is too verbose X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=ac730ca8559df09a73d45377e98d2745f691ed4a gopls is too verbose --- diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 7b6d4ea..1928046 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -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": {