nvim-tree.lua/lua/nvim-tree
2022-11-06 10:30:12 +11:00
..
actions fix(#1716): focus file/directory when created in a sub-directory, don't dispatch FolderCreated on file creation (#1722) 2022-11-06 10:08:32 +11:00
explorer feat(watcher): add filesystem_watchers.ignore_dirs (#1705) 2022-11-05 10:24:25 +11:00
git fix(styling): empty line 2022-09-29 13:59:05 +02: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(notify): add notify.threshold (#1693) 2022-11-01 10:24:40 +11:00
api.lua feat(api): add api.marks.clear (#1708) 2022-11-01 08:46:56 +11:00
colors.lua Added NvimTreeLineNr higlight (#1684) 2022-10-24 19:53:13 +00:00
config.lua fix(keypress): use <cmd> instead of : to avoid triggering CmdLineEnter 2022-07-14 09:33:19 +02:00
core.lua chore(watchers): refactor events and make debouncer safe 2022-07-17 08:50:24 +02:00
diagnostics.lua chore(watchers): refactor events and make debouncer safe 2022-07-17 08:50:24 +02:00
events.lua feat(notify): add notify.threshold (#1693) 2022-11-01 10:24:40 +11:00
keymap.lua fix: inverted diagnostic navigation keymaps 2022-08-20 14:40:09 +10:00
legacy.lua feat(notify): add notify.threshold (#1693) 2022-11-01 10:24:40 +11:00
lib.lua fix(prompt): add select_prompts to suit UI decorator plugins such as dressing and telescope 2022-09-22 13:23:49 +10:00
live-filter.lua fix: use pcall to prevent live-filter regex errors (#1689) 2022-10-29 14:22:14 +11:00
log.lua feat(notify): add notify.threshold (#1693) 2022-11-01 10:24:40 +11:00
notify.lua feat(notify): add notify.threshold (#1693) 2022-11-01 10:24:40 +11:00
utils.lua feat(notify): add notify.threshold (#1693) 2022-11-01 10:24:40 +11:00
view.lua fix(#1712): invalid window ID on colorscheme (#1714) 2022-11-01 10:04:47 +11:00
watcher.lua fix(watcher): failure on watcher teardown message (#1726) 2022-11-06 10:30:12 +11:00