diff --git a/lua/taken/autocmd.lua b/lua/taken/autocmd.lua index dc7ee2e..bd9a59e 100644 --- a/lua/taken/autocmd.lua +++ b/lua/taken/autocmd.lua @@ -1,5 +1,7 @@ --- Neogit nvim tree refresh +-- Groups local neogitCmds = vim.api.nvim_create_augroup('MyCustomNeogitEvents', { clear = true }) + +-- Neogit nvim tree refresh vim.api.nvim_create_autocmd('User', { pattern = 'NeogitPushComplete', group = neogitCmds,