mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add more linters
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user