nvim-tree.lua/lua/nvim-tree/explorer
Alexander Courtis b17358ff4d
fix(#1731 #1723 #1716): handle all external file system changes (#1757)
* fix(#1731): watcher refreshes node rather than the first node matching absolute path, profile refresh

* fix(#1731): reload explorer reloads closed folders

* fix(#1731): do not fire folder created event on file create

* fix(#1731): reload profile absolute path, not link to

* fix(#1731): find-file locks/profiles on real path, reloads when watchers disabled

* Revert "fix(#1731): reload explorer reloads closed folders"

This reverts commit 5dfd8bd2fa.

* fix(#1731): tidy watch reload

* fix(#1731): move refresh_node from watch to reload

* fix(#1731): find-file reloads all nodes for the containing directory

* fix(#1731): create-file refreshes synchronously

* fix(#1731): remove unused watch node

* fix(#1731): find-file refreshes root

* fix(#1716): create-file invokes find-file

* fix(#1731): refresh path walks down the tree to the targedt
2022-11-26 14:19:09 +11:00
..
common.lua fix: replace vim.* "requires" with explicit calls to vim functions (#1701) 2022-11-06 10:37:33 +11:00
explore.lua fix: replace vim.* "requires" with explicit calls to vim functions (#1701) 2022-11-06 10:37:33 +11:00
filters.lua chore(setup): make setup idempotent (#1340) 2022-06-26 12:14:03 +02:00
init.lua fix(#1731 #1723 #1716): handle all external file system changes (#1757) 2022-11-26 14:19:09 +11:00
node-builders.lua fix(#1731 #1723 #1716): handle all external file system changes (#1757) 2022-11-26 14:19:09 +11:00
reload.lua fix(#1731 #1723 #1716): handle all external file system changes (#1757) 2022-11-26 14:19:09 +11:00
sorters.lua feat(sorters): allow user sort_by 2022-09-18 16:00:49 +10:00
watch.lua fix(#1731 #1723 #1716): handle all external file system changes (#1757) 2022-11-26 14:19:09 +11:00