Use stdpath('config') for nvim

This commit is contained in:
Roman Frołow 2019-08-07 14:20:28 +02:00 committed by GitHub
parent 877ca2d8e5
commit ee9ec21e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
### Usage
Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neovim):
Add a vim-plug section to your `~/.vimrc` (or `stdpath('config') . '/init.vim'` for Neovim)
1. Begin the section with `call plug#begin()`
1. List the plugins with `Plug` commands