nvim-tree.lua/lua/nvim-tree
Igor Lacerda fefa335f1c
feat(#1826): add diagnostics.diagnostic_opts: vim.diagnostic.Opts will override diagnostics.severity and diagnostics.icons (#3190)
* feat(#1826): allow using config from vim.diagnostic for icons + severity

* update help default options, add index

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2025-08-25 13:22:05 +10:00
..
_meta feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
actions 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
appearance revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
explorer revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
git perf(#3171): cache toplevel for untracked (#3185) 2025-08-12 10:34:24 +10:00
iterators revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +10:00
marks revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +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 feat(#3113): add renderer.icons.folder_arrow_padding (#3114) 2025-05-05 11:51:29 +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 revert(#3180, #3177): resolve live filter failures (#3183) 2025-08-10 14:45:25 +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