mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 15:53:38 -05:00
Added AUR packages
@@ -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.
|
||||
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.
|
||||
Reference in New Issue
Block a user