]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Proper quotes
authorSergey Matveev <stargrave@stargrave.org>
Fri, 14 Apr 2023 09:31:59 +0000 (12:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 14 Apr 2023 09:31:59 +0000 (12:31 +0300)
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>>