I just downloaded neovim. I then created ~.config/nvim/init.vim
and added this to the file:
call plug#begin()
call plug#end()
Now whenever I start neovim I'm greeted with this message:
Error detected while processing /Users/shakur/.config/nvim/init.vim:
line 1:
E117: Unknown function: plug#begin
line 3:
E117: Unknown function: plug#end
Press ENTER or type command to continue
I've seen this topic here on SO and its hard following the steps because it seems like each thread starts at a different point. What are the steps to setup the config for neovim after installation?