Selaa lähdekoodia

Add install directions for using neovim

Neovim's autoload directory path is now considerably different from vim's.
Xander Dunn 10 vuotta sitten
vanhempi
sitoutus
8381041ac1
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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