Friday, October 28, 2022

Re: E117: Unknown function: plug#begin

It's not finding where you put it. I do the following:

" installed at
~/.vim/autoload/plug.vim

" All my plugins are installed into this path
call plug#begin('~/.vim/plugged')

HTH

Bob

On Wednesday, October 26, 2022 at 3:48:50 PM UTC-4 Rellot wrote:
this error occured when conifiguring vim plugin
full error message:
```
Error detected while processing .vimrc:
line 5:
E117: Unknown function: plug#begin
line 7:
E492: Not an editor command: Plugin 'neoclide/coc.nvim'
line 9:
E117: Unknown function: plug

No comments: