Modular branch

This commit is contained in:
smashblu 2024-09-19 21:32:25 -07:00
parent b84883d772
commit bb14eda4d2
20 changed files with 970 additions and 86 deletions

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,