Hi Rellot,
From the syntax, you may be trying to use junegunn/vim-plug. Ensure vim-plug is properly installed. These errors mean Vim can't find the functions which would have normally been registered by the plugin.
3 things
- Ensure the plugin is properly installed
- Use Plug, not Plugin
- Ensure you provide the plugin directory in plug#begin(<directory>)
Cheers,
Igbanam.
On Wed, Oct 26, 2022 at 7:48 PM Rellot <jkanimations71@gmail.com> wrote:
Hello, I was setting up vim plug when this error occured:Error detected while processing .vimrc:line 5:E117: Unknown function: plug#beginline 7:E492: Not an editor command: Plug 'neoclide/coc.nvim'line 9:E117: Unknown function: plug
No comments:
Post a Comment