nvim-tree.lua/lua/nvim-tree/git
Tomasz N 9a05b9e9f9
perf(#3171): use vim.system() instead of vim.fn.system() to execute git toplevel (#3175)
* fix(#3171): use vim.system() to determine git toplevel

* Don't use vim.trim

* Ensure sdtout is a string

* Keep Nvim 0.9 compatibility

* Use vim.system to query git config for status.showUntrackedFiles too
2025-08-05 13:23:51 +10:00
..
init.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
runner.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
utils.lua perf(#3171): use vim.system() instead of vim.fn.system() to execute git toplevel (#3175) 2025-08-05 13:23:51 +10:00