From 1754544f13835f94cb5e89219999bc8219d05d46 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Dec 2019 09:19:45 +0100 Subject: [PATCH] added install instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ced2147..a0d91bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Installation +## Required software +* fzf +* ripgrep for fzf, place to .bashrc: + export FZF_DEFAULT_COMMAND='rg --files' +* universal-ctags-git for tagbar +* rust with rustfmt for syntastic syntax checker + +## After cloning this repository +The package manager needs to be installed manually just once. +After that it is able to keep itself up to date. + mkdir -p ~/.vim/pack/minpac/opt cd ~/.vim/pack/minpac/opt git clone https://github.com/k-takata/minpac.git