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