mobile: less lsp

This commit is contained in:
Christoph J. Scherr 2024-05-29 12:01:59 +02:00
parent e608db2e58
commit 61775c5993
1 changed files with 2 additions and 9 deletions

View File

@ -9,13 +9,6 @@ local servers = {
"html",
"cssls",
"tsserver",
"clangd",
"pyright",
"bashls",
"cmake",
"yamlls",
"texlab",
"csharp_ls",
}
for _, lsp in ipairs(servers) do
@ -27,8 +20,8 @@ end
local server_with_settings = {
-- "textlsp",
"ltex",
"rust_analyzer",
-- "ltex",
-- "rust_analyzer",
}
for _, lsp in ipairs(server_with_settings) do