Package Details: neovim-tree-lua-git 1:r905.6b7b1b3-1

Git Clone URL: https://aur.archlinux.org/neovim-tree-lua-git.git (read-only, click to copy)
Package Base: neovim-tree-lua-git
Description: File tree explorer for Neovim
Upstream URL: https://github.com/kyazdani42/nvim-tree.lua
Licenses: GPL3
Groups: neovim-plugins
Conflicts: neovim-tree-lua
Provides: neovim-tree-lua
Submitter: lmartinez-mirror
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 1
Popularity: 0.000000
First Submitted: 2021-06-17 02:04 (UTC)
Last Updated: 2022-06-19 07:49 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

prometheus commented on 2022-05-31 16:38 (UTC) (edited on 2022-05-31 16:39 (UTC) by prometheus)

Installation fails:

==> Starting package()...
find: ‘plugin’: No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: neovim-tree-lua-git

Line from PKGBUILD:

find doc lua plugin -type f -exec install -Dm 644 '{}' "$pkgdir/usr/share/nvim/runtime/{}" \;

On my system:

❯ ls -l /usr/share/nvim/runtime/ | grep plugin
drwxr-xr-x 2 root root 12288 May 17 05:34 ftplugin
-rw-r--r-- 1 root root  1108 Apr 19 02:30 ftplugin.vim
drwxr-xr-x 2 root root  4096 May 17 05:34 plugin

dedguy21 commented on 2021-10-12 23:36 (UTC)

It's working.

I left my old notes there for anyone else who might have run into the same issue

lmartinez-mirror commented on 2021-10-12 22:27 (UTC)

I set up a minimal config consisting of require('nvim-tree').setup() and got NvimTree commands to show using this package. I'm not sure what might be happening on your end.

dedguy21 commented on 2021-10-12 13:15 (UTC) (edited on 2021-10-12 20:38 (UTC) by dedguy21)

I see what I did wrong, require 'nvim-tree'.set() needs to be called into the init.lua.

Thanks for maintaining the package


Not sure if you tested the plugin after the update, but I'm still not getting the Nvim-Tree commands made available.

When bringing in from Packer, I noticed at least one file missing from the nvim-tree-lua-git repo that is in master, under the plugin folder is nvim-tree-startup.lua, which I haven't found in the AUR version.

Not sure if that might be the issue

lmartinez-mirror commented on 2021-10-12 06:27 (UTC)

I have not, that's because upstream changed their file structure. I'll update this package.

dedguy21 commented on 2021-10-10 23:01 (UTC)

I know you disabled commands for neovim-tree-sitter. Did you also disable commands for this plugin, can't find NtreeToggle command anywhere