fix(checkmake): set proper file type for Makefile
This commit is contained in:
parent
25af8e8ab7
commit
404a6faffe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue