Hi Rellot, >From the syntax, you may be trying to use junegunn/vim-plug <https://github.com/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 <jkanimation...@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#end > > here's the .vimrc file > > syntax on > filetype plugin indent on > set ts=2 sts=2 sw=2 et ai si > set rnu > call plug#begin() > Plug '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 vim_use+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vim_use/16f36634-e4c5-4fe4-a242-ded3008b9e26n%40googlegroups.com > <https://groups.google.com/d/msgid/vim_use/16f36634-e4c5-4fe4-a242-ded3008b9e26n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- 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 vim_use+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAOmRJrerpwm2QfAT2FT63WJxD%2BeikmHj70KBFBLt3hSaF5V9Dg%40mail.gmail.com.