Cleaned the autocmd config

This commit is contained in:
2023-06-19 21:41:07 +02:00
parent 45ba5e000b
commit ba46c42c2e

View File

@@ -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,