Use stdpath('data') . '/plugged'
This commit is contained in:
parent
de6cf2df75
commit
7b584c07e5
|
@ -102,8 +102,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
|
||||
" - For Neovim: `stdpath('data') . '/plugged'`
|
||||
" - Avoid using standard Vim directory names like 'plugin'
|
||||
call plug#begin('~/.vim/plugged')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user