Open sankarraj-ps opened 1 month ago
I'm getting a similar error with .python-version
.
[Neo-tree ERROR] Error setting nodes: ...er/.local/share/nvim/lazy/nui.nvim/lua/nui/tree/init.lua:36: duplicate node id/home/<user>/<project_path>/.python-version
NVIM v0.10.2 Build type: RelWithDebInfo LuaJIT 2.1.1727870382
Arch Linux
Adding it to filesystem.filtered_items.never_show
works. I'm ok with that, as there is rarely a reason to edit it by hand anyway.
filesystem = {
filtered_items = {
visible = true,
never_show = { '.git', '__pycache__', '.python-version' },
},
...
Did you check docs and existing issues?
Neovim Version (nvim -v)
NVIM v0.10.2 Build type: Release LuaJIT 2.1.1727870382
Operating System / Version
MacOS 14.7 (23H124)
Describe the Bug
When try to open the neo-tree sidebar getting this error and I cannot load the neo-tree buffer.
It says [Neo-tree ERROR] Error setting nodes: .../.local/share/nvim/lazy/nui.nvim/lua/nui/tree/init.lua:36: duplicate node id/Users//.flake8
Mostly it has issues with .flake8 file.
Steps to Reproduce
Expected Behavior
Your Configuration