We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202910d commit 1cdf6fbCopy full SHA for 1cdf6fb
lua/kickstart/plugins/lint.lua
@@ -47,7 +47,7 @@ return {
47
vim.api.nvim_create_autocmd({ 'BufEnter', 'BufWritePost', 'InsertLeave' }, {
48
group = lint_augroup,
49
callback = function()
50
- require('lint').try_lint()
+ lint.try_lint()
51
end,
52
})
53
0 commit comments