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=6820777cf7e588361273cc8c9601bce84eb81952;hp=c0cb4462fe4b924ec7bed7a51ae88f43d463fcb2;hb=a029c820e5b35cdb1c08708553c68a3001a1f46f;hpb=be1c3436ca2c50867af98f656e4c29ce35caaf68 diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index c0cb446..6820777 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -1,7 +1,7 @@ vim9script # go get golang.org/x/tools/gopls@latest -# pip install 'python-language-server[all]' +# pip install "python-language-server[all]" var lspServers: list>