fix(checkmake): set proper file type for Makefile

This commit is contained in:
Oliver Ladner 2026-05-13 22:54:14 +02:00
commit 404a6faffe

View file

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