X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;fp=vim%2F.vim%2Fplugin%2Flsp.vim;h=ad6d0a51b508aece1db2fe11e8b7399ac4b75bed;hp=c5e1c90ac8b51cc098c98925560e42a927275523;hb=52bdc1b0d0e1ed7c936d0b20913a877c521d0e5e;hpb=332316f0d9ab39aa5f8365962ba2f7c785f0edd4 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"],