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

Aniseed not found #9

Closed
Mte90 opened this issue Jul 11, 2021 · 5 comments · Fixed by #12
Closed

Aniseed not found #9

Mte90 opened this issue Jul 11, 2021 · 5 comments · Fixed by #12

Comments

@Mte90
Copy link

Mte90 commented Jul 11, 2021

I am getting this error with the latest neovim compiled version:

^Ino file './aniseed/core.lua'
^Ino file '/home/mte90/Desktop/kde/neovim/.deps/usr/share/luajit-2.1.0-beta3/aniseed/core.lua'
^Ino file '/usr/local/share/lua/5.1/aniseed/core.lua'
^Ino file '/usr/local/share/lua/5.1/aniseed/core/init.lua'
^Ino file '/home/mte90/Desktop/kde/neovim/.deps/usr/share/lua/5.1/aniseed/core.lua'
^Ino file '/home/mte90/Desktop/kde/neovim/.deps/usr/share/lua/5.1/aniseed/core/init.lua'
^Ino file './aniseed/core.so'
^Ino file '/usr/local/lib/lua/5.1/aniseed/core.so'
^Ino file '/home/mte90/Desktop/kde/neovim/.deps/usr/lib/lua/5.1/aniseed/core.so'
^Ino file '/usr/local/lib/lua/5.1/loadall.so'
^Ino file './aniseed.so'
^Ino file '/usr/local/lib/lua/5.1/aniseed.so'
^Ino file '/home/mte90/Desktop/kde/neovim/.deps/usr/lib/lua/5.1/aniseed.so'
^Ino file '/usr/local/lib/lua/5.1/loadall.so'
.../plugged/nvim-tree-docs/lua/nvim-tree-docs/collector.lua:31: attempt to index local '_local_0_' (a nil value)
Failed to load:  /home/mte90/.config/nvim/lua/plugin/ts.lua
^I ...m/plugged/nvim-tree-docs/lua/nvim-tree-docs/internal.lua:31: attempt to index local '_local_0_' (a nil value)```
@goncalves-diogo
Copy link

I've also had a similar issue. From what I've seen about the plugin it has a dependency from aniseed

In order to solve the issue try to install aniseed as such

    " Dependecy
    Plug 'Olical/aniseed', { 'tag': 'v3.19.0' }
    Plug 'nvim-treesitter/nvim-tree-docs'

Note: I'm a newbie about this still, sorry if i gave you shit advice xD

@Mte90
Copy link
Author

Mte90 commented Jul 12, 2021

I confirm that fix but I don't see #8
I think that the plugin is not executed maybe?

@Olical
Copy link
Contributor

Olical commented Aug 13, 2021

You can try this fork where I've updated Aniseed and corrected the references to the embedded library so you don't need to have it installed globally.

I'll create a PR too.

@Olical
Copy link
Contributor

Olical commented Aug 13, 2021

You shouldn't need to install Aniseed yourself since it's bundled with the plugin automatically, some references / requires just needed updating.

@dominikhaid
Copy link

dominikhaid commented Oct 1, 2021

Replacing ansiseed with nvim-tree-docs.aniseed.core worked for me, at least JavaScript works now.

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

Successfully merging a pull request may close this issue.

4 participants