c0r73x / neotags.nvim

Tag highlight in neovim
MIT License
122 stars 9 forks source link

Install fails with dein #38

Open DavidParkin opened 5 years ago

DavidParkin commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

same issue

d4em0n commented 5 years ago

i solved this issue by doing this commands

$ python3 -m pip install pynvim

and run :UpdateRemotePlugins inside neovim

bon-ami commented 4 years ago

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