-
-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Labels
invalidIssue not filled as per issue templateIssue not filled as per issue template
Description
Description
I have the latest neovim installed. When opening nvim-tree and trying to open the folders, It folds back meaning I can't view the files in the folders.
Neovim version
NVIM v0.12.0-dev-8+g750e1836af
Build type: RelWithDebInfo
LuaJIT 2.1.1741730670
Operating system and version
Linux pop-os 6.12.10-76061203-generic #202412060638174250466622.04~3d20e1a SMP PREEMPT_DYNAMIC Thu M x86_64 x86_64 x86_64 GNU/Linux
Windows variant
No response
nvim-tree version
Clean room replication
return {
"nvim-tree/nvim-tree.lua",
opts = {
git = {
ignore = false,
},
renderer = {
indent_markers = {
enable = true,
inline_arrows = true,
-- icons = {
-- corner = "└",
-- edge = "│",
-- item = "│",
-- bottom = "─",
-- none = " ",
-- },
},
},
},
}Steps to reproduce
- nvim
- :NvimTreeToggle
- Then click folder, it folds back
Expected behavior
The folder is suppose to unfold for me to see the file inside.
Actual behavior
No response
Metadata
Metadata
Assignees
Labels
invalidIssue not filled as per issue templateIssue not filled as per issue template