]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
Unneeded args
[dotfiles.git] / 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"],