From 4a88401ae1a1d5f39f9de4eebe683df5d88ed5b1 Mon Sep 17 00:00:00 2001 From: Alexander Nesterenko Date: Wed, 14 Jun 2017 09:20:57 +0300 Subject: [PATCH] Add .config path for installation "script" This is done becase latest versions of NeoVIM use this path as path where configurations and plugins are places --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e9da75a..0e88298 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` +**OR** _(if previous didn't work)_ + +```sh +curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +``` +_Last one is better for later versions of neovim_ + ###### Windows (PowerShell) ```powershell