Remove redundant require (#959)
This commit is contained in:
parent
202910d3fa
commit
1cdf6fb377
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue