feat: add checkmake linter for Makefiles

This commit is contained in:
Oliver Ladner 2026-05-13 22:51:47 +02:00
commit 25af8e8ab7

View file

@ -44,6 +44,7 @@ return {
sh = { "gitleaks" },
bash = { "gitleaks" },
go = { "golangcilint" },
makefile = { "checkmake" },
}
local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })