nvim-tree.lua/lua/nvim-tree
Andrew Voynov a31dfada1d
fix: info size suffix and formatting (#2492)
- Now there is a whitespace between value and unit.
- Now values >= 1024 YiB are shown in YiB instead of B.
- To reuse same code a new local function was added: round().
2023-10-23 08:54:37 +11:00
..
actions feat: api.node.open.preview_no_picker with default mapping <S-Tab> (#2464) 2023-10-15 14:04:04 +11:00
explorer chore: stylua column width 120 -> 140 (#2448) 2023-10-08 11:40:58 +11:00
git fix(#2459): disable cygwin git support by default, see :help nvim-tree.git.cygwin_support to enable (#2486) 2023-10-21 16:34:34 +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 refactor: format tables line by line for better readability (#2456) 2023-10-14 18:07:28 +11:00
api.lua feat: api.node.open.preview_no_picker with default mapping <S-Tab> (#2464) 2023-10-15 14:04:04 +11: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: format tables line by line for better readability (#2456) 2023-10-14 18:07:28 +11:00
core.lua fix(#1961): harden profiling functions (#1986) 2023-02-11 17:05:01 +11: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 refactor: format tables line by line for better readability (#2456) 2023-10-14 18:07:28 +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 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: 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 docs: notify deprecated hide_root_folder (#2431) 2023-09-24 15:15:19 +10:00
watcher.lua chore: stylua column width 120 -> 140 (#2448) 2023-10-08 11:40:58 +11:00