nvim-tree.lua/lua/nvim-tree
Richard Li 951b6e7e55
fix(#1836): add view.debounce_delay (#1871)
* fix(#1836):add view.debounce_delay to avoid some unnecessary explorer reloads

* fixed BufReadPost & BufUnload nil pointer

* update_focused_file.debouce_delay to view.debounce_delay

* changed docs to be more accurate

* added debounce on modified update

* Using same event for filter buffer

* removed unused View.debounce_delay

* changed docs to be more accurate

Co-authored-by: doot <gugegby@gmail.com>
Co-authored-by: Alexander Courtis <alex@courtis.org>
2023-01-02 07:32:56 +11:00
..
actions chore: remove diagnostic suppressions after tidying nits 2023-01-01 13:27:05 +11:00
explorer chore: remove diagnostic suppressions after tidying nits 2023-01-01 13:27:05 +11:00
git chore: remove diagnostic suppressions after tidying nits 2023-01-01 13:27:05 +11:00
iterators feat(bookmarks): add bookmark feature (#1412) 2022-07-11 10:00:12 +02:00
marks feat(notify): add notify.threshold (#1693) 2022-11-01 10:24:40 +11:00
renderer feat(view): indicate modified buffers (#1835) 2022-12-31 15:54:04 +11:00
api.lua feat(api): rename_basename API and action (#1791) 2022-12-16 13:32:48 +11:00
colors.lua feat(view): indicate modified buffers (#1835) 2022-12-31 15:54:04 +11:00
config.lua fix(keypress): use <cmd> instead of : to avoid triggering CmdLineEnter 2022-07-14 09:33:19 +02:00
core.lua fix(#549): add more profiling ~tree init 2022-12-16 12:12:06 +11:00
diagnostics.lua fix(diagnostics): do not show on file/dir with same prefix 2022-12-23 12:44:30 +11:00
events.lua feat(event): add WillRenameNode (#1821) 2022-12-12 11:56:50 +11:00
keymap.lua fix: inverted diagnostic navigation keymaps 2022-08-20 14:40:09 +10:00
legacy.lua fix(#1836): add view.debounce_delay (#1871) 2023-01-02 07:32:56 +11:00
lib.lua feat(api): add api.tree.get_nodes 2022-11-19 15:54:16 +11:00
live-filter.lua fix: replace vim.* "requires" with explicit calls to vim functions (#1701) 2022-11-06 10:37:33 +11:00
log.lua chore: remove diagnostic suppressions after tidying nits 2023-01-01 13:27:05 +11:00
modified.lua feat(view): indicate modified buffers (#1835) 2022-12-31 15:54:04 +11:00
notify.lua fix(#1831): improve fs_scandir error handling, add profiling 2022-12-17 16:59:09 +11:00
utils.lua chore: remove diagnostic suppressions after tidying nits 2023-01-01 13:27:05 +11:00
view.lua chore: remove diagnostic suppressions after tidying nits 2023-01-01 13:27:05 +11:00
watcher.lua fix(#1804): do not refresh watched nodes that have been destroyed (deleted) 2022-12-19 14:36:42 +11:00