diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-15 18:03:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-15 18:03:13 +0900 |
| commit | d8da09ebe46222f73e6ec03b5d06572893d5a161 (patch) | |
| tree | ac68a92207f2ef243a6e0dca939cafaba55b8d03 | |
| parent | 156a94acabea8350245092bd3fd5dbe6aea0415e (diff) | |
modified plugins/mini.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua index ee08c4a..122f08d 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua @@ -941,6 +941,10 @@ return { pattern = "MiniFilesExplorerOpen", callback = function() local bufnr = vim.api.nvim_get_current_buf() + local path = vim.api.nvim_buf_get_name(bufnr) + if path:match("^minifiles://") then + return + end updateGitStatus(bufnr) end, }) |
