Skip to content

Releases: nvim-tree/nvim-tree.lua

nvim-tree: v1.3.1

30 Apr 01:12
76db7ed
Compare
Choose a tag to compare

1.3.1 (2024-04-25)

Bug Fixes

nvim-tree: v1.3.0

30 Mar 06:53
ddd1d6e
Compare
Choose a tag to compare

1.3.0 (2024-03-30)

Features

Bug Fixes

  • #2658: change SpellCap groups to reduce confusion: ExecFile->Question, ImageFile->Question, SpecialFile->Title, Symlink->Underlined; add all other highlight groups to :NvimTreeHiTest (#2732) (0aca092)
  • bookmark filter shows marked directory children (#2719) (2d97059)

nvim-tree: v1.2.0

24 Mar 02:25
85c502e
Compare
Choose a tag to compare

1.2.0 (2024-03-24)

Features

nvim-tree: v1.1.1

15 Mar 01:26
707b24a
Compare
Choose a tag to compare

1.1.1 (2024-03-15)

Bug Fixes

  • #2395: marks.bulk.move defaults to directory at cursor (#2688) (cfea5bd)
  • #2705: change NvimTreeWindowPicker cterm background from Cyan to more visible DarkBlue (#2708) (1fd9c98)
  • bookmark filter should include parent directory (#2704) (76b9810)

nvim-tree: v1.1.0

14 Mar 10:10
164f11d
Compare
Choose a tag to compare

1.1.0 (2024-03-14)

Features

Bug Fixes

nvim-tree: v1.0.0

18 Feb 06:28
d35a8d5
Compare
Choose a tag to compare

1.0.0 (2024-02-18)

Features

Miscellaneous Chores

nvim-tree: v0.100.0

11 Feb 04:49
2dbe4ea
Compare
Choose a tag to compare

0.100.0 (2024-02-11)

Features

Bug Fixes

  • #2415: disambiguate highlight groups, see :help nvim-tree-highlight-overhaul (#2639) (d9cb432)
  • #2415: fix NvimTreeIndentMarker highlight group: FileIcon->FolderIcon (e9ac136)
  • #2415: highlight help header and mappings (#2669) (39e6fef)
  • #2415: nvim 0.8 highlight overhaul support, limited to only show highest highlight precedence (#2642) (f39f7b6)
  • #2415: NvimTreeIndentMarker highlight group: FileIcon->FolderIcon (#2656) (e9ac136)
  • #2624: open file from docked floating window (#2627) (f24afa2)
  • #2632: occasional error stack when locating nvim-tree window (#2633) (48b1d86)
  • #2637: show buffer modified icons and highlights (#2638) (7bdb220)
  • #2643: correctly apply linked highlight groups in tree window (#2653) (fbee8a6)
  • allow highlight overrides for DEFAULT_DEFS: NvimTreeFolderIcon, NvimTreeWindowPicker (#2636) (74525ac)
  • bad column offset when using full_name (#2629) (75ff64e)
  • passing nil as window handle in view.get_winnr (48b1d86)

nvim-tree: v0.99.0

01 Jan 01:47
f1b3e6a
Compare
Choose a tag to compare

0.99.0 (2024-01-01)

Features

Bug Fixes

Miscellaneous Chores