mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 00:03:38 -05:00
Updated Installation (markdown)
@@ -1,4 +1,4 @@
|
|||||||
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 switched to recently.
|
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
|
- Pathogen
|
||||||
+ `git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox`
|
+ `git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox`
|
||||||
@@ -7,4 +7,6 @@ First of all let's start with basics. Pick your favorite plugin manager: [Pathog
|
|||||||
- NeoBundle
|
- NeoBundle
|
||||||
+ Add `NeoBundle 'morhetz/gruvbox'` to your .vimrc and run `:NeoBundleInstall`
|
+ Add `NeoBundle 'morhetz/gruvbox'` to your .vimrc and run `:NeoBundleInstall`
|
||||||
- vim-plug
|
- vim-plug
|
||||||
+ Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PlugInstall`
|
+ Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PlugInstall`
|
||||||
|
|
||||||
|
If you're using GUI version of vim that should be enough. Otherwise let me guide through the hell of (terminal specific issues)[https://github.com/morhetz/gruvbox/wiki/Terminal-specific].
|
||||||
Reference in New Issue
Block a user