From 5fdaf88565faca9645b8f91a92fd38439c6f16ff Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Wed, 27 Jul 2016 18:34:27 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51a53e1..a82b0f4 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -## My vim configuration +## My (neo)vim configuration ### Install ```shell -config=$XDG_CONFIG_HOME/vim -plugins=$XDG_CACHE_HOME/vim/plugins +config=$XDG_CONFIG_HOME/nvim +plugins=$XDG_CACHE_HOME/nvim/plugins mkdir -p $plugins git clone https://github.com/rnhmjoj/dotvim.git $config git clone https://github.com/VundleVim/Vundle.vim.git $plugins/Vundle.vim ``` -start vim and run `:PluginInstall` +run nvim +'PluginInstall' ### Update -from vim run `:PluginInstall!` +run nvim +'PluginInstall!'