chore: add InsertLeave trigger for markdown autosave
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user