From b1fba0b227019f0c5a287d7aa26a32f494c59435 Mon Sep 17 00:00:00 2001 From: Indrek Juhkam Date: Mon, 6 Jan 2020 14:34:34 +0200 Subject: [PATCH] Add vim specific instructions to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d4d7ad4..df343d5 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,14 @@ ln -s $HOME/dotfiles/.gitconfig $HOME/ ln -s $HOME/dotfiles/.gitignore $HOME/ ln -s $HOME/dotfiles/.Xmodmap $HOME/ ``` + +## Vim + +First install vim-plug: + +``` +curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +``` + +Then open nvim and run: `:PlugInstall`