feat:
This commit is contained in:
parent
45aaf121ab
commit
5e7e3de594
|
|
@ -12,11 +12,11 @@ return {
|
|||
local bufnr = args.buf
|
||||
local name = vim.api.nvim_buf_get_name(bufnr)
|
||||
if name:match 'lazygit' then
|
||||
vim.cmd 'Neotree git_status refresh'
|
||||
require('neo-tree.sources.git_status.commands').refresh()
|
||||
end
|
||||
end,
|
||||
})
|
||||
end,
|
||||
--
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue