From dcbd26c1af02755f0da9930ed3147bb3dd49c9a1 Mon Sep 17 00:00:00 2001 From: Stiopa Koltsov Date: Tue, 26 Jan 2021 00:25:38 +0000 Subject: [PATCH] Explain Neovim works the same --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 8dc6a87a..0e061c93 100644 --- a/README.markdown +++ b/README.markdown @@ -15,6 +15,8 @@ Or copy and paste the following into your terminal/shell: mkdir -p ~/.vim/autoload ~/.vim/bundle && \ curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim +For Neovim installation instructions and paths are the same. + If you're using Windows, change all occurrences of `~/.vim` to `~\vimfiles`. ## Runtime Path Manipulation