@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user