Open DavidParkin opened 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
same issue
i solved this issue by doing this commands
$ python3 -m pip install pynvim
and run :UpdateRemotePlugins
inside neovim
updateremoteplugins should have been added to README as installation instruction. @d4em0n saved me
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