From 52bdc1b0d0e1ed7c936d0b20913a877c521d0e5e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 31 Jan 2023 19:31:21 +0300 Subject: [PATCH] Unneeded args --- vim/.vim/plugin/lsp.vim | 1 - 1 file changed, 1 deletion(-) 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"], -- 2.44.0