nvim-tree.lua/lua/nvim-tree
2025-10-06 22:42:56 +08:00
..
_meta feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
actions fix: prevent tabnew leave a dangling "[No Name]" buffer 2025-10-06 22:42:56 +08:00
appearance revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
explorer refactor(#2942): multi instance: move utils functions to Explorer methods (#3200) 2025-09-08 16:26:42 +10:00
git refactor(#2942): multi instance: move utils functions to Explorer methods (#3200) 2025-09-08 16:26:42 +10:00
iterators revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
marks refactor(#2942): multi instance: move utils functions to Explorer methods (#3200) 2025-09-08 16:26:42 +10:00
node feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
renderer feat(#1826): add diagnostics.diagnostic_opts: vim.diagnostic.Opts will override diagnostics.severity and diagnostics.icons (#3190) 2025-08-25 13:22:05 +10:00
api.lua feat(#2789): add optional function expand_until to api.tree.expand_all and api.node.expand (#3166) 2025-08-11 13:50:26 +10:00
buffers.lua chore: resolve undefined-field warnings, fix link git statuses, rewrite devicons (#2968) 2024-11-03 14:06:12 +11:00
classic.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
commands.lua revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
core.lua revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
diagnostics.lua feat(#1826): add diagnostics.diagnostic_opts: vim.diagnostic.Opts will override diagnostics.severity and diagnostics.icons (#3190) 2025-08-25 13:22:05 +10:00
enum.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
events.lua feat: add TreePreOpen event (#3105) 2025-04-21 08:39:48 +10:00
help.lua revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
keymap.lua feat(#3132): add api.node.expand and api.node.collapse (#3133) 2025-06-14 17:26:58 +10:00
legacy.lua chore(#3196): remove unused utils and refactor (#3199) 2025-09-08 11:12:31 +10:00
lib.lua revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
log.lua revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
notify.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
utils.lua refactor(#2942): multi instance: move utils functions to Explorer methods (#3200) 2025-09-08 16:26:42 +10:00
view.lua revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
watcher.lua docs: notify users with a fs.inotify.max_user_watches message on EMFILE event (#3028) 2024-12-13 10:39:46 +11:00