set lua linter to 'luacheck'

This commit is contained in:
andrzej 2024-03-16 13:24:45 +01:00
parent dea5bbf2ac
commit c1db53c3fa
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ return {
svelte = { "biomejs" },
python = { "pylint" },
markdown = { "proselint" },
lua = {"luacheck"},
}
local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })