Note: I am fairly new to NeoVim. So far I have installed plugins by simply unzipping the plug-in master folder into the directory /usr/share/nvim/runtime/plugin. In case there is no master folder I just move the pluginname.vim file to this directory. It has worked well until now.
I am trying to install the GhostText plugin which goes with the GhostText extension for Firefox. I did it as before, by simply unzipping the plug-in master folder into the directory /usr/share/nvim/runtime/plugin, so that now I have a directory called vim-ghost-master in that directory.
When I run a nvim session and run the command :GhostInstall (which does autocomplete), I get the following error:
What should I do?
