[neovim] Remove unused lsp server

This commit is contained in:
Daniel Carrillo 2022-10-08 20:20:30 +02:00
parent efbd6fe295
commit 705fcff7d9
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 0 additions and 10 deletions

View File

@ -3,7 +3,6 @@ local servers = {
"cssls",
"html",
"gopls",
"tsserver",
"pyright",
"bashls",
"jsonls",

View File

@ -1,9 +0,0 @@
return {
settings = {
python = {
analysis = {
typeCheckingMode = "off",
},
},
},
}