Merge branch 'master' into personalize-config

This commit is contained in:
Travis Sanon 2024-09-07 13:33:22 -07:00 committed by GitHub
commit b0a2aa1252
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 146 additions and 88 deletions

View file

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