]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
Proper quotes
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index c0cb4462fe4b924ec7bed7a51ae88f43d463fcb2..6820777cf7e588361273cc8c9601bce84eb81952 100644 (file)
@@ -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<dict<any>>