mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
README: Clarify recommended plugins directory for Windows Vim (#1151)
This commit is contained in:
parent
68488fd7a3
commit
f085751ca1
@ -97,7 +97,9 @@ Add a vim-plug section to your `~/.vimrc` (or `stdpath('config') . '/init.vim'`
|
|||||||
|
|
||||||
```vim
|
```vim
|
||||||
" Specify a directory for plugins
|
" Specify a directory for plugins
|
||||||
" - For Neovim: stdpath('data') . '/plugged'
|
" - For Vim (Linux/macOS): '~/.vim/plugged'
|
||||||
|
" - For Vim (Windows): '~/vimfiles/plugged'
|
||||||
|
" - For Neovim (Linux/macOS/Windows): stdpath('data') . '/plugged'
|
||||||
" - Avoid using standard Vim directory names like 'plugin'
|
" - Avoid using standard Vim directory names like 'plugin'
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user