pimp up nvim functionality for other languages (not only Python)

This commit is contained in:
Mathias Schneider
2026-04-07 13:29:31 +02:00
parent e674149cdf
commit d1cab8ceef
6 changed files with 88 additions and 3 deletions
@@ -7,6 +7,12 @@ return {
typescript = { "eslint_d" },
typescriptreact = { "eslint_d" },
python = { "ruff" },
lua = { "selene" },
sh = { "shellcheck" },
bash = { "shellcheck" },
json = { "jsonlint" },
yaml = { "yamllint" },
markdown = { "markdownlint" },
}
vim.api.nvim_create_autocmd({ "BufWritePost" }, {