Search Criteria
Package Details: neovim-tree-lua-git 1:r905.6b7b1b3-1
Package Actions
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: | 2 |
Popularity: | 0.58 |
First Submitted: | 2021-06-17 02:04 (UTC) |
Last Updated: | 2022-06-19 07:49 (UTC) |
Dependencies (3)
- neovim (nvim-with-restricted-modeAUR, neovim-nightly-binAUR, neovim-nightlyAUR, neovim-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- neovim-web-devicons (neovim-web-devicons-gitAUR) (optional)
Latest Comments
prometheus commented on 2022-05-31 16:38 (UTC) (edited on 2022-05-31 16:39 (UTC) by prometheus)
Installation fails:
Line from PKGBUILD:
On my system:
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