chore: add InsertLeave trigger for markdown autosave
This commit is contained in:
@@ -24,6 +24,7 @@ vim.api.nvim_create_autocmd({
|
||||
'BufLeave',
|
||||
'WinLeave',
|
||||
'FocusLost',
|
||||
'InsertLeave',
|
||||
}, {
|
||||
group = group,
|
||||
callback = function(args)
|
||||
|
||||
Reference in New Issue
Block a user