Add path for Neovim on Windows

This commit is contained in:
Roman Frołow 2018-10-03 15:46:42 +02:00 committed by GitHub
parent b6050d6f03
commit de6cf2df75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neov
```vim
" Specify a directory for plugins
" - For Neovim: ~/.local/share/nvim/plugged
" - For Neovim on Windows: ~/AppData/Local/nvim/autoload
" - Avoid using standard Vim directory names like 'plugin'
call plug#begin('~/.vim/plugged')