chore(nvim): add more linters

This commit is contained in:
Stefan Imhoff
2024-02-28 10:20:43 +01:00
parent 932dc119ff
commit 01c3a6a0fe

View File

@@ -19,7 +19,9 @@ return {
opts = {
events = { "BufEnter", "BufWritePost", "BufReadPost", "InsertLeave" },
linters_by_ft = {
["*"] = { "codespell", "cspell" },
astro = { "eslint_d" },
fish = { "fish" },
javascript = { "eslint_d" },
javascriptreact = { "eslint_d" },
python = { "pylint" },