added return to stop error

This commit is contained in:
nathan 2023-04-30 23:56:46 -04:00
parent d09601caed
commit 02efaa1d82
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ vim.api.nvim_create_autocmd({"BufLeave", "FocusLost", "InsertEnter"}, {
group = my_group group = my_group
} }
) )
return {}