From 40cecdf2a764e99e84412cc3c9675335bc087cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20B=C3=BCrk?= Date: Tue, 20 Oct 2015 10:12:44 +0200 Subject: [PATCH] Added AUR packages --- Installation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 0f0622b..d98ac4c 100644 --- a/Installation.md +++ b/Installation.md @@ -1,3 +1,5 @@ +# General + First of all let's start with basics. Pick your favorite plugin manager: [Pathogen](https://github.com/tpope/vim-pathogen), [Vundle](https://github.com/gmarik/vundle), [NeoBundle](https://github.com/Shougo/neobundle.vim) or [vim-plug](https://github.com/junegunn/vim-plug), just to name a few. Pathogen is the oldest, simplest, and most featureless. Vundle is very popular and I've used it for a long time before. If you're using some of [Shougo's plugins](https://github.com/Shougo), you should probably pick NeoBundle. Last but not least is vim-plug, which I've recently switched to. - Pathogen @@ -13,4 +15,8 @@ Then add the line `colorscheme gruvbox` to your .vimrc file, and restart vim. If you're using GUI version of vim that should be enough. Otherwise let me guide you through the hell of [terminal specific issues](https://github.com/morhetz/gruvbox/wiki/Terminal-specific). -Refer [Usage page](https://github.com/morhetz/gruvbox/wiki/Usage) on dark and light themes switching and cursor inversions. \ No newline at end of file +Refer [Usage page](https://github.com/morhetz/gruvbox/wiki/Usage) on dark and light themes switching and cursor inversions. + +# Arch Linux / Manjaro Linux + +The vim and vim-airline gruvbox color schemes are available from the AUR as [vim-gruvbox-git](https://aur.archlinux.org/packages/vim-gruvbox-git/) and [vim-airline-gruvbox-git](https://aur.archlinux.org/packages/vim-airline-gruvbox-git/), respectively. \ No newline at end of file