Updated config

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-09-08 23:51:26 +02:00
parent b25c9186b9
commit accf838e57
2 changed files with 2 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ return {
pathStrict = true,
})
local defaultLsps = { "html", "cssls", "pyright", "jsonls", "rust_analyzer", "yamlls" }
local defaultLsps = { "html", "cssls", "pyright", "jsonls", "rust_analyzer", "yamlls", "eslint" }
for _, lsp in ipairs(defaultLsps) do
lspconfig[lsp].setup({
@@ -43,11 +43,6 @@ return {
})
end
lspconfig["eslint"].setup({
capabilities = capabilities,
on_attach = on_attach,
})
lspconfig["lua_ls"].setup({
capabilities = capabilities,
on_attach = on_attach,