Skip to content

Commit

Permalink
update linting config
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Dec 10, 2024
1 parent 0ae63aa commit f5dee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/linting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ return {

init = function()
vim.api.nvim_create_autocmd(
{ 'BufReadPost', 'BufNewFile', 'InsertLeave', 'BufWritePost' },
{ 'BufReadPost', 'BufNewFile', 'ModeChanged', 'BufWritePost' },
{
group = vim.api.nvim_create_augroup(
'PerformLinting',
Expand Down

0 comments on commit f5dee6c

Please sign in to comment.