Merge branch 'master' into master

This commit is contained in:
Aaron 2024-09-09 10:56:36 -04:00 committed by GitHub
commit 962931a296
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 146 additions and 88 deletions

View file

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