added return to stop error
This commit is contained in:
parent
d09601caed
commit
02efaa1d82
|
@ -10,3 +10,5 @@ vim.api.nvim_create_autocmd({"BufLeave", "FocusLost", "InsertEnter"}, {
|
|||
group = my_group
|
||||
}
|
||||
)
|
||||
|
||||
return {}
|
||||
|
|
Loading…
Reference in New Issue