Pārlūkot izejas kodu

Add install directions for using neovim

Neovim's autoload directory path is now considerably different from vim's.
Xander Dunn 10 gadi atpakaļ
vecāks
revīzija
8381041ac1
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  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