Cleaned the autocmd config
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
-- Neogit nvim tree refresh
|
-- Groups
|
||||||
local neogitCmds = vim.api.nvim_create_augroup('MyCustomNeogitEvents', { clear = true })
|
local neogitCmds = vim.api.nvim_create_augroup('MyCustomNeogitEvents', { clear = true })
|
||||||
|
|
||||||
|
-- Neogit nvim tree refresh
|
||||||
vim.api.nvim_create_autocmd('User', {
|
vim.api.nvim_create_autocmd('User', {
|
||||||
pattern = 'NeogitPushComplete',
|
pattern = 'NeogitPushComplete',
|
||||||
group = neogitCmds,
|
group = neogitCmds,
|
||||||
|
|||||||
Reference in New Issue
Block a user