projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be1c343
)
Proper quotes
author
Sergey Matveev <stargrave@stargrave.org>
Fri, 14 Apr 2023 09:31:59 +0000 (12:31 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Fri, 14 Apr 2023 09:31:59 +0000 (12:31 +0300)
vim/.vim/plugin/lsp.vim
patch
|
blob
|
history
diff --git
a/vim/.vim/plugin/lsp.vim
b/vim/.vim/plugin/lsp.vim
index c0cb4462fe4b924ec7bed7a51ae88f43d463fcb2..6820777cf7e588361273cc8c9601bce84eb81952 100644
(file)
--- 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<dict<any>>