From: Sergey Matveev Date: Tue, 31 Jan 2023 16:31:21 +0000 (+0300) Subject: Unneeded args X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=52bdc1b0d0e1ed7c936d0b20913a877c521d0e5e Unneeded args --- diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index c5e1c90..ad6d0a5 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -17,7 +17,6 @@ var lspServers = [ { filetype: ["python"], path: "pyls", - args: ["-v"], syncInit: true, workspaceConfig: {pyls: { configurationSources: ["flake8"],