This commit is contained in:
carldatan 2024-10-19 22:16:05 +08:00
parent 3bc7ea9b47
commit 05452a244c
23 changed files with 905 additions and 2504 deletions

View file

@ -47,7 +47,7 @@ return {
vim.api.nvim_create_autocmd({ 'BufEnter', 'BufWritePost', 'InsertLeave' }, {
group = lint_augroup,
callback = function()
lint.try_lint()
require('lint').try_lint()
end,
})
end,