add own config

This commit is contained in:
Michael Mc Mahon 2024-09-10 06:41:46 -04:00
parent 56b9114bf2
commit 73a6d30a8f
7 changed files with 1648 additions and 677 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,