nvim-tree.lua/lua/nvim-tree
2023-11-28 10:39:52 +01:00
..
actions fix(#2468): always apply filters to subdirectories (#2537) 2023-11-20 11:43:35 +01:00
explorer fix: harden git status updates (#2533) 2023-11-19 14:43:36 +11:00
git fix(#2467): remove newline in git paths when using cygwin_support (#2478) 2023-10-30 11:39:32 +11: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 refactor: format tables line by line for better readability (#2456) 2023-10-14 18:07:28 +11:00
renderer fix(#2516): diagnostics icon highlight group matches the documentation: NvimTreeLspDiagnosticsInfo -> Information (#2518) 2023-11-19 15:31:52 +11:00
api.lua refactor: api and command focus call tree.open(), soft deprecate tree.focus() 2023-11-27 14:24:55 +02:00
colors.lua feat(#2411): add renderer.highlight_bookmarks, renderer.icons.bookmarks_placement (#2412) 2023-09-24 15:07:02 +10:00
commands.lua refactor: api and command focus call tree.open(), soft deprecate tree.focus() 2023-11-27 14:24:55 +02:00
core.lua chore: remove TreeExplorer global variable (#2561) 2023-11-28 10:39:52 +01:00
diagnostics.lua refactor: format tables line by line for better readability (#2456) 2023-10-14 18:07:28 +11:00
enum.lua feat(#1079): add renderer.highlight_clipboard default name, defaults to undercurls (#2410) 2023-09-17 16:08:04 +10:00
events.lua feat(event): add TreeRendered (#2324) 2023-07-16 17:22:45 +10:00
help.lua feat: mapping and options to sort entries in help window (#2482) 2023-10-23 08:57:49 +11:00
keymap.lua fix(#2473): remove problematic <S-Tab> default mapping (#2475) 2023-10-17 10:00:56 +11:00
legacy.lua chore: stylua column width 120 -> 140 (#2448) 2023-10-08 11:40:58 +11:00
lib.lua fix: expand and collapse whole folder groups (#2380) 2023-08-26 14:44:38 +10:00
live-filter.lua chore: remove TreeExplorer global variable (#2561) 2023-11-28 10:39:52 +01:00
log.lua feat(log): add node inspection function (#2541) 2023-11-25 21:45:59 +01: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: notify [NvimTree] prefix is multiline only if the message is multiline (#2453) 2023-10-14 18:03:13 +11:00
utils.lua fix: info size suffix and formatting (#2492) 2023-10-23 08:54:37 +11:00
view.lua feat(#2544): add api.tree.winid (#2545) 2023-11-21 16:04:43 +11:00
watcher.lua chore: stylua column width 120 -> 140 (#2448) 2023-10-08 11:40:58 +11:00