From cba05f75073e4475c2f95dcf0a5809336d8844f9 Mon Sep 17 00:00:00 2001 From: Xander Dunn Date: Mon, 23 Nov 2015 00:06:29 -0800 Subject: [PATCH] Add install directions for using neovim Neovim's autoload directory path is now considerably different from vim's. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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