Parcourir la source

Add install directions for using neovim

Neovim's autoload directory path is now considerably different from vim's.
Xander Dunn il y a 10 ans
Parent
commit
8381041ac1
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -34,6 +34,13 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
     https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
 ```
 
+###### Neovim
+
+```sh
+curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
+    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
+```
+
 ###### Windows
 
 ```powershell