nvim-tree.lua/lua/nvim-tree
Alexander Courtis 28c3980b25
fix(#2382): git watcher handles worktrees and submodules, via --absolute-git-dir when it is available (#2389)
* fix(#2382): use --absolute-git-dir when available

* fix(#2382): use --absolute-git-dir when available

* fix(#2382): rename private git members, destroy git watchers on purge

* fix(#2382): consistent naming of toplevel

* fix(#2382): more doc and safety

* fix(#2382): consistent naming of toplevel

* fix(#2382): consistent naming of toplevel
2023-09-02 12:05:34 +10:00
..
actions fix(#2382): git watcher handles worktrees and submodules, via --absolute-git-dir when it is available (#2389) 2023-09-02 12:05:34 +10:00
explorer fix(#2382): git watcher handles worktrees and submodules, via --absolute-git-dir when it is available (#2389) 2023-09-02 12:05:34 +10:00
git fix(#2382): git watcher handles worktrees and submodules, via --absolute-git-dir when it is available (#2389) 2023-09-02 12:05:34 +10:00
iterators fix(#2154): find_file doesn't work when group_empty option is enabled (#2100) 2023-04-29 17:03:20 +10:00
marks fix(#2370): Better "y/N" prompts (#2377) 2023-08-20 17:34:14 +10:00
renderer feat(#2369): add full renderer.icons.web_devicons options for file and folder (#2375) 2023-08-26 14:42:44 +10:00
api.lua chore: remove legacy view.mappings.list (#2371) 2023-08-14 17:41:55 +10:00
colors.lua feat: add NvimTreeNormalFloat (#2167) 2023-05-06 15:33:17 +10:00
commands.lua chore: remove legacy view.mappings.list (#2371) 2023-08-14 17:41:55 +10:00
core.lua fix(#1961): harden profiling functions (#1986) 2023-02-11 17:05:01 +11:00
diagnostics.lua feat: support vim.diagnostic.is_disabled() (#2232) 2023-06-10 16:10:28 +10:00
events.lua feat(event): add TreeRendered (#2324) 2023-07-16 17:22:45 +10:00
help.lua feat: add NvimTreeNormalFloat (#2167) 2023-05-06 15:33:17 +10:00
keymap.lua feat: add filters.git_ignored (prev git.ignore), apply "Toggle Filter:" prefix to mapping descriptions (#2325) 2023-07-16 13:26:03 +10:00
legacy.lua feat(#2369): add full renderer.icons.web_devicons options for file and folder (#2375) 2023-08-26 14:42:44 +10:00
lib.lua fix: expand and collapse whole folder groups (#2380) 2023-08-26 14:44:38 +10:00
live-filter.lua fix(#1785): retain focused node on filter toggles (#2202) 2023-05-27 13:47:36 +10:00
log.lua chore: use stdpath "log" rather than "cache" (#2372) 2023-08-14 11:03:38 +10:00
modified.lua fix(#1878): nvim frozen on no name buffer when modified.enable (#1879) 2023-01-03 13:11:14 +11:00
notify.lua feat(#2270): add notify.absolute_path - show file or absolute path (default) names with notifications (#2286) 2023-06-25 13:06:21 +10:00
utils.lua fix(#2352): windows: escape special filename characters on edit (#2374) 2023-08-20 13:27:33 +10:00
view.lua fix(#1545): dispatch Event.Resize on all window resizes, requires nvim 0.9+ (#2238) 2023-06-10 16:58:29 +10:00
watcher.lua fix(#2240): disable watchers following EMFILE (#2268) 2023-06-18 11:42:48 +10:00