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

With Packer, Nvim-Tree doesn't work. #721

Closed
thepogsupreme opened this issue Oct 14, 2021 · 1 comment
Closed

With Packer, Nvim-Tree doesn't work. #721

thepogsupreme opened this issue Oct 14, 2021 · 1 comment

Comments

@thepogsupreme
Copy link

thepogsupreme commented Oct 14, 2021

In my config, I use the following:

	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.

My Nvim config can be found here

@kyazdani42
Copy link
Member

please see #674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants