From a029c820e5b35cdb1c08708553c68a3001a1f46f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 14 Apr 2023 12:31:59 +0300 Subject: [PATCH] Proper quotes --- vim/.vim/plugin/lsp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.44.0