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#end
> ```
>
> .vimrc (using vim 9.0)
> ```
> syntax on
> filetype plugin indent on
> set ts=2 sts=2 sw=2 et ai si
> set rnu
> call plug#begin()
>
> Plugin 'neoclide/coc.nvim'
>
> call plug#end()
> ```
>
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_use/60a9b661-eae5-459e-82f9-c4a9b6a2b8fbn%40googlegroups.com.