From: Sergey Matveev Date: Fri, 14 Apr 2023 09:31:59 +0000 (+0300) Subject: Proper quotes X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a029c820e5b35cdb1c08708553c68a3001a1f46f;p=dotfiles.git Proper quotes --- 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>