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!'