From 5e7e3de5946ee34ce914a4956f11407f9322b2c8 Mon Sep 17 00:00:00 2001 From: ralvescosta Date: Sat, 19 Apr 2025 08:45:48 -0300 Subject: [PATCH] feat: --- lua/custom/plugins/lazygit.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/plugins/lazygit.lua b/lua/custom/plugins/lazygit.lua index 292c2a58..aebcd126 100644 --- a/lua/custom/plugins/lazygit.lua +++ b/lua/custom/plugins/lazygit.lua @@ -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, - -- }, }