Skip to content

Commit b1d0e8b

Browse files
upgrade nvim-tree
meant to fix nvim-tree/nvim-tree.lua#2624 which I've been seeing from time to time.
1 parent ab7d073 commit b1d0e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ callbacks = {
753753
end}
754754
use {
755755
-- hopefully temporarily using my fork due to https://github.com/stevearc/stickybuf.nvim/issues/24
756-
'emmanueltouzery/nvim-tree.lua', commit='0a9ae9d40c2e03819706eccc717389f563ffe0ac',
756+
'emmanueltouzery/nvim-tree.lua', commit='0348894128e41ab4c944945e7543f3a727de297d',
757757
requires = { 'nvim-tree/nvim-web-devicons', commit='9ab9b0b894b2388a9dbcdee5f00ce72e25d85bf9' },
758758
-- for some reason must call init outside of the config block, elsewhere
759759
-- config = function() require'nvim-tree'.setup {} end

0 commit comments

Comments
 (0)