1
0
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:
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", "cssls",
"html", "html",
"gopls", "gopls",
"tsserver",
"pyright", "pyright",
"bashls", "bashls",
"jsonls", "jsonls",

View File

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