You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to start by admitting that I have a very specific .dotfiles configuration in which I keep everything in my .dotfiles configuration and simply symlink everything to where it's meant to be. Feel free to check it out.
The issue I'm encountering, which I didn't have when I started working with Neotree, is that whenever I use the :Neotree git_status command, that I have aliased to , the following stacktrace pops up:
Error executing Lua callback: ...-tree.nvim/lua/neo-tree/sources/git_status/lib/items.lua:29
: attempt to index local 'item' (a string value)
stack traceback:
...-tree.nvim/lua/neo-tree/sources/git_status/lib/items.lua:29: in function 'get_git
_status'
...y/neo-tree.nvim/lua/neo-tree/sources/git_status/init.lua:32: in function 'navigat
e'
...nvim/lazy/neo-tree.nvim/lua/neo-tree/sources/manager.lua:495: in function 'naviga
te'
...re/nvim/lazy/neo-tree.nvim/lua/neo-tree/command/init.lua:204: in function 'do_sho
w_or_focus'
...re/nvim/lazy/neo-tree.nvim/lua/neo-tree/command/init.lua:163: in function 'execut
e'
...re/nvim/lazy/neo-tree.nvim/lua/neo-tree/command/init.lua:170: in function '_comma
nd'
....local/share/nvim/lazy/neo-tree.nvim/plugin/neo-tree.lua:7: in function <....loca
l/share/nvim/lazy/neo-tree.nvim/plugin/neo-tree.lua:6>
I checked on Issues and Reddit and didn't find any similar issues, so this must be due to my personal configuration, but I can't find where the issue is located.
I would appreciate any help, in perhaps navigating the solution to this issue as I have no idea how to solve it and have gone to the limit of my current capabilities.
My dotfiles are updated so the code the issue is happening on top of can be read there. I have no other issues with the plugin.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have to start by admitting that I have a very specific .dotfiles configuration in which I keep everything in my .dotfiles configuration and simply symlink everything to where it's meant to be. Feel free to check it out.
The issue I'm encountering, which I didn't have when I started working with Neotree, is that whenever I use the :Neotree git_status command, that I have aliased to , the following stacktrace pops up:
I checked on Issues and Reddit and didn't find any similar issues, so this must be due to my personal configuration, but I can't find where the issue is located.
I would appreciate any help, in perhaps navigating the solution to this issue as I have no idea how to solve it and have gone to the limit of my current capabilities.
My dotfiles are updated so the code the issue is happening on top of can be read there. I have no other issues with the plugin.
Beta Was this translation helpful? Give feedback.
All reactions