new-main #1

Open
SailReal wants to merge 90 commits from new-main into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1cdf6fb377 - Show all commits

View File

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