diff --git a/README.md b/README.md index d1bd33d..dde41cd 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` +If you're using neovim: +```sh +curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +``` + ###### Windows ```powershell