From ee9ec21e4ad8991c1fbdf3277a072aa1a8c0b082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Wed, 7 Aug 2019 14:20:28 +0200 Subject: [PATCH] Use stdpath('config') for nvim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81e2219..3d4c2cc 100644 --- a/README.md +++ b/README.md @@ -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