c0r73x / neotags.nvim

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

"E117: Unknown Function: NeotagsInit" on installing with vim-plug #42

Closed tesseract241 closed 4 years ago

tesseract241 commented 4 years ago

I have installed the requirements (psutils, neovim python client, universal c-tags) but I'm stuck with this error.
I'm on Linux Mint 64 bit.

c0r73x commented 4 years ago

You have to run :UpdateRemotePlugins

Skickat från min iPhone

22 mars 2020 kl. 00:06 skrev tesseract241 notifications@github.com:

 I have installed the requirements (psutils, neovim python client, universal c-tags) but I'm stuck with this error. I'm on Linux Mint 64 bit.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

tesseract241 commented 4 years ago

Solved. Maybe add both :UpdateRemotePlugins and installing universal-ctags to the installation steps in the project's README?