Releases
nvim-tree-v1.8.0
1.8.0 (2024-11-09)
Features
#2819 : add actions.open_file.relative_path, default enabled, following successful experiment (#2995 ) (2ee1c5e )
#2938 : add default filesystem_watchers.ignore_dirs = { "/.ccls-cache", "/build", "/node_modules", "/target", } (#2940 ) (010ae03 )
Bug Fixes
#2945 : stack overflow on api.git.reload or fugitive event with watchers disabled (#2949 ) (5ad8762 )
#2947 : root is never a dotfile, so that it doesn't propagate to children (#2958 ) (f5f6789 )
#2951 : highlights incorrect following cancelled pick (#2952 ) (1c9553a )
#2954 : resolve occasional tree flashing on diagnostics, set tree buffer options in deterministic order (#2980 ) (82ab19e )
#2961 : windows: escape brackets and parentheses when opening file (#2962 ) (63c7ad9 )
#2969 : After a rename, the node loses selection (#2974 ) (1403933 )
#2972 : error on :colorscheme (#2973 ) (6e5a204 )
#2976 : use vim.loop to preserve neovim 0.9 compatibility (#2977 ) (00dff48 )
#2978 : grouped folder not showing closed icon (#2979 ) (120ba58 )
#2981 : windows: root changed when navigating with LSP (#2982 ) (c22124b )
symlink file icons rendered when renderer.icons.show.file = false, folder.symlink* was incorrectly rendered as folder.default|open (#2983 ) (2156bc0 )
You can’t perform that action at this time.