Remove redundant require (#959)

pull/1038/head
Tom Kuson 2 months ago committed by GitHub
parent 202910d3fa
commit 1cdf6fb377
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save