Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Install fails with dein #38

Open
DavidParkin opened this issue Dec 17, 2018 · 4 comments
Open

Install fails with dein #38

DavidParkin opened this issue Dec 17, 2018 · 4 comments

Comments

@DavidParkin
Copy link

DavidParkin commented Dec 17, 2018

First problem is with a colon
call dein#add('c0r73x/neotags.nvim', {'build:' 'make'})
E720: Missing colon in Dictionary: 'make'})
Then get
Error detected while processing VimEnter Auto commands for "*": E117: Unknown function: NeotagsInit

Edited - problem still exists

@fabian57
Copy link

I also got the following error with vim-plug:
Error detected while processing /home/fabian/.local/share/nvim/plugged/neotags.nvim/plugin/ neotags.vim: line 179: : E117: Unknown function: NeotagsInit
When doing a :PlugInstall
and
Error detected while processing VimEnter Auto commands for "*": E117: Unknown function: NeotagsInit
When I open neovim after that

@d4em0n
Copy link

d4em0n commented Feb 8, 2019

same issue

@d4em0n
Copy link

d4em0n commented Feb 8, 2019

i solved this issue by doing this commands

$ python3 -m pip install pynvim

and run :UpdateRemotePlugins inside neovim

@c0r73x c0r73x pinned this issue Feb 10, 2019
@bon-ami
Copy link

bon-ami commented Dec 24, 2019

updateremoteplugins should have been added to README as installation instruction. @d4em0n saved me

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

No branches or pull requests

4 participants