nvim-tree.lua/lua/nvim-tree/explorer
Damien Mehala 517dee64c1
fix(#1976): support non-standard $GIT_DIR (#2012)
* Improve $GIT_DIR handling

- Retrieve $GIT_DIR using `git rev-parse --absolute-git-dir`
- Move $GIT_DIR ignore in the project exploration part

Resolves #1976

* Code review

- move norm_path to utils.lua
- fix comment #2012

* add comments for utils.norm_path

* get_git_directory use norm_path from utils

* watcher improvements

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2023-04-22 13:26:43 +10:00
..
explore.lua feat(#2079): sort_by may return predefined sort (#2123) 2023-04-15 15:53:40 +10:00
filters.lua chore: remove diagnostic suppressions after tidying nits 2023-01-01 13:27:05 +11:00
init.lua fix(git): git folder fixes and improvements (#1809) 2022-12-17 17:05:33 +11:00
node-builders.lua fix(#1831): remove instrumentation (#1968) 2023-02-04 16:54:36 +11:00
node.lua fix(#1804): do not refresh watched nodes that have been destroyed (deleted) 2022-12-19 14:36:42 +11:00
reload.lua feat(#2079): sort_by may return predefined sort (#2123) 2023-04-15 15:53:40 +10:00
sorters.lua feat(#2079): sort_by may return predefined sort (#2123) 2023-04-15 15:53:40 +10:00
watch.lua fix(#1976): support non-standard $GIT_DIR (#2012) 2023-04-22 13:26:43 +10:00