]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Unneeded args
authorSergey Matveev <stargrave@stargrave.org>
Tue, 31 Jan 2023 16:31:21 +0000 (19:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 31 Jan 2023 16:31:21 +0000 (19:31 +0300)
vim/.vim/plugin/lsp.vim

index c5e1c90ac8b51cc098c98925560e42a927275523..ad6d0a51b508aece1db2fe11e8b7399ac4b75bed 100644 (file)
@@ -17,7 +17,6 @@ var lspServers = [
     {
         filetype: ["python"],
         path: "pyls",
-        args: ["-v"],
         syncInit: true,
         workspaceConfig: {pyls: {
             configurationSources: ["flake8"],