Added cspell lsp

This commit is contained in:
2025-08-06 11:15:55 +02:00
parent db581730d5
commit 134ab0e54a
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ return {
"bashls", "bashls",
"marksman", "marksman",
"eslint", "eslint",
"cspell_ls",
-- "emmylua_ls", -- "emmylua_ls",
} }

View File

@@ -39,6 +39,7 @@ return {
"marksman", "marksman",
"eslint", "eslint",
"emmylua_ls", "emmylua_ls",
"cspell_ls",
}, },
automatic_installation = true, automatic_installation = true,
}) })