kiyan
|
5e900c2f29
|
refacto: tree explorer root should be absolute_path not cwd
|
2022-05-29 11:40:06 +02:00 |
|
Alexander Courtis
|
3ba383d591
|
chore/remove globals (#1279)
* remove renderer globals: nvim_tree_add_trailing nvim_tree_highlight_opened_files nvim_tree_root_folder_modifier nvim_tree_special_files
* remove renderer globals: nvim_tree_icon_padding
* remove renderer globals: nvim_tree_symlink_arrow
* remove renderer globals: nvim_tree_show_icons, nvim_tree_show_icons
* remove renderer globals: nvim_tree_git_hl
* remove renderer globals: nvim_tree_group_empty
* remove renderer globals: respect_buf_cwd
* remove renderer globals: nvim_tree_create_in_closed_folder
* remove globals: consistency in legacy checks
* remove renderer globals: nvim_tree_special_files
* renderer.icons.symbols -> glyphs
|
2022-05-28 11:08:40 +10:00 |
|
Kiyan
|
0816064a8b
|
chore: add stylua to format the codebase, and run on CI (#1055)
|
2022-03-06 17:33:30 +01:00 |
|
kiyan
|
76d181d480
|
refacto: move filters and sorters in their own modules
Also exclude filters is taken into account in git ignore
fixes #892
|
2022-03-06 14:14:56 +01:00 |
|
kiyan
|
f977e5c05a
|
refacto: make git module interface to wait for job to finish
allows simplify the explore/reload/find/initialization by making the
whole code synchronous. No more callback needed.
|
2022-02-21 19:12:16 +01:00 |
|
kiyan
|
527d88d54e
|
refacto: simplify interface of reload and explore
also make common group empty check in explorer utils
|
2022-02-20 15:08:36 +01:00 |
|
kiyan
|
0c43c809b9
|
fix lint issue
|
2022-02-15 20:52:26 +01:00 |
|
Xavier Young
|
fdf63e572d
|
fix: use fs_realpath to normalize path (#978)
|
2022-02-15 08:33:11 +01:00 |
|
kiyan
|
92a64daf27
|
fix: normalize cwd with '..'
|
2022-02-08 21:36:46 +01:00 |
|
kiyan
|
ea92e7bf7c
|
refacto: set tree explorer in the global state
also remove the redraw method and use renderer.draw immediately
|
2022-02-07 22:07:08 +01:00 |
|
kiyan
|
8a6c7bae3a
|
refacto: move code ton explorer and simplify some internal apis
|
2022-02-06 17:58:24 +01:00 |
|
kiyan
|
74791bb624
|
refacto: split explorer module into multiple files
|
2022-02-06 17:01:18 +01:00 |
|