Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folds when opening folders in neovim 0.12 #3091

Open
ProfKache opened this issue Mar 27, 2025 · 3 comments
Open

Folds when opening folders in neovim 0.12 #3091

ProfKache opened this issue Mar 27, 2025 · 3 comments
Labels
awaiting feedback invalid Issue not filled as per issue template

Comments

@ProfKache
Copy link

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

44d9b58

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

  1. nvim
  2. :NvimTreeToggle
  3. 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

@ProfKache ProfKache added the bug Something isn't working label Mar 27, 2025
@gegoune
Copy link
Collaborator

gegoune commented Mar 27, 2025

Please use code snippet for minimal reproducible configuration as per issue template.

@gegoune gegoune removed the bug Something isn't working label Mar 27, 2025
@alex-courtis
Copy link
Member

nvim 0.11.0 has been released.

0.12 (nightly) is now 3 days ahead of 0.11.0 however it looks like a lot of features have been merged.

@ProfKache please test with 0.11.0

@alex-courtis
Copy link
Member

#3093

@gegoune gegoune added awaiting feedback invalid Issue not filled as per issue template labels Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback invalid Issue not filled as per issue template
Projects
None yet
Development

No branches or pull requests

3 participants