diff options
| author | 2015-04-29 11:54:33 +0200 | |
|---|---|---|
| committer | 2015-04-29 11:54:33 +0200 | |
| commit | 8b27381a069afdd7fe36c1ce388f769e20337770 (patch) | |
| tree | eaf63465d417b4032b504a30b09b6a24a71f0769 | |
| parent | acf750e9f33c1c6afafeffcddd0868387529ea7e (diff) | |
| download | dotfiles-8b27381a069afdd7fe36c1ce388f769e20337770.tar.gz dotfiles-8b27381a069afdd7fe36c1ce388f769e20337770.tar.bz2 dotfiles-8b27381a069afdd7fe36c1ce388f769e20337770.zip | |
Added Benokai colorscheme to vim
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | vim/.vim/bundle/Benokai | 0 | ||||
| -rw-r--r-- | vim/.vimrc | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bae5311..67cd5fc 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -19,3 +19,6 @@ | |||
| 19 | [submodule "vim/.vim/bundle/vim-nerdtree-tabs"] | 19 | [submodule "vim/.vim/bundle/vim-nerdtree-tabs"] |
| 20 | path = vim/.vim/bundle/vim-nerdtree-tabs | 20 | path = vim/.vim/bundle/vim-nerdtree-tabs |
| 21 | url = https://github.com/jistr/vim-nerdtree-tabs.git | 21 | url = https://github.com/jistr/vim-nerdtree-tabs.git |
| 22 | [submodule "vim/.vim/bundle/Benokai"] | ||
| 23 | path = vim/.vim/bundle/Benokai | ||
| 24 | url = https://github.com/benjaminwhite/Benokai.git | ||
diff --git a/vim/.vim/bundle/Benokai b/vim/.vim/bundle/Benokai new file mode 160000 | |||
| Subproject 6755985641f9b1f795914665235e2be7eee8d27 | |||
| @@ -5,6 +5,10 @@ let mapleader=";" | |||
| 5 | syntax on | 5 | syntax on |
| 6 | filetype plugin indent on | 6 | filetype plugin indent on |
| 7 | 7 | ||
| 8 | if &t_Co == 256 | ||
| 9 | colorscheme Benokai | ||
| 10 | endif | ||
| 11 | |||
| 8 | set number | 12 | set number |
| 9 | set hlsearch | 13 | set hlsearch |
| 10 | set list | 14 | set list |
