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
use {
'kyazdani42/nvim-tree.lua',
cmd="NvimTreeToggle",
config=function()
require'plugins.nvimtree'end
}
Which returns this error upon running :NvimTreeToggle.
Error in packer_compiled: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:82: Vim:E492: Not an editor command: NvimTreeToggle
Please check your config for correctness
However, even if I use the most minimal installation (below), I get the same error.
use'kyazdani42/nvim-tree.lua'
I thought it might've been related to ~/.config/nvim/plugin confusing Packer, but on both configurations, the error greets me.
In my config, I use the following:
Which returns this error upon running
:NvimTreeToggle
.However, even if I use the most minimal installation (below), I get the same error.
I thought it might've been related to
~/.config/nvim/plugin
confusing Packer, but on both configurations, the error greets me.My Nvim config can be found here
The text was updated successfully, but these errors were encountered: