chore(nvim): automatically install codespell

This commit is contained in:
Stefan Imhoff
2024-02-28 10:19:48 +01:00
parent 2a8b6d9ecb
commit 298612667e

View File

@@ -6,6 +6,7 @@ return {
ensure_installed = { ensure_installed = {
"astro-language-server", "astro-language-server",
"black", "black",
"codespell",
"cspell", "cspell",
"css-lsp", "css-lsp",
"cssmodules-language-server", "cssmodules-language-server",