mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 17:28:01 +00:00
[neovim] Remove unused lsp server
This commit is contained in:
parent
efbd6fe295
commit
705fcff7d9
@ -3,7 +3,6 @@ local servers = {
|
|||||||
"cssls",
|
"cssls",
|
||||||
"html",
|
"html",
|
||||||
"gopls",
|
"gopls",
|
||||||
"tsserver",
|
|
||||||
"pyright",
|
"pyright",
|
||||||
"bashls",
|
"bashls",
|
||||||
"jsonls",
|
"jsonls",
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
return {
|
|
||||||
settings = {
|
|
||||||
python = {
|
|
||||||
analysis = {
|
|
||||||
typeCheckingMode = "off",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user