Wednesday, October 26, 2022

Re: E117: Unknown function: plug#begin

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
  1. Ensure the plugin is properly installed
  2. Use Plug, not Plugin
  3. 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#begin
line 7:
E492: Not an editor command: Plug 'neoclide/coc.nvim'
line 9:
E117: Unknown function: plug

No comments: