-1

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?

romainl
  • 186,200
  • 21
  • 280
  • 313
Sergio Bost
  • 2,591
  • 2
  • 11
  • 29

1 Answers1

1

Literally going to https://github.com/junegunn/vim-plug and copy and pasting the curl command directly into my terminal (yes I know the security risk) was all I needed to do.

Sergio Bost
  • 2,591
  • 2
  • 11
  • 29