pimp up nvim functionality for other languages (not only Python)
This commit is contained in:
@@ -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" }, {
|
||||
|
||||
Reference in New Issue
Block a user