chore: add InsertLeave trigger for markdown autosave

This commit is contained in:
2026-05-22 14:20:17 -04:00
parent ad00d0c53e
commit 8790af12e8
+1
View File
@@ -24,6 +24,7 @@ vim.api.nvim_create_autocmd({
'BufLeave', 'BufLeave',
'WinLeave', 'WinLeave',
'FocusLost', 'FocusLost',
'InsertLeave',
}, { }, {
group = group, group = group,
callback = function(args) callback = function(args)