Add colour schemes and enable gruvbox dark

This commit is contained in:
Jonathan Hodgson 2019-08-05 22:49:05 +01:00
parent b85b829af5
commit b4fa066497
3 changed files with 11 additions and 0 deletions

3
.gitmodules vendored
View file

@ -81,3 +81,6 @@
[submodule "bundle/vim-vinegar"]
path = bundle/vim-vinegar
url = https://github.com/tpope/vim-vinegar.git
[submodule "bundle/base16-vim"]
path = bundle/base16-vim
url = https://github.com/chriskempson/base16-vim/

7
.vimrc
View file

@ -17,6 +17,11 @@ call pathogen#helptags()
let mapleader = ","
let maplocalleader = "\\"
let base16colorspace=256 " Access colors present in 256 colorspace
colorscheme base16-gruvbox-dark-hard
" Config {{{1
" Set auto read so a file is updated if externally changed
set autoread
@ -93,6 +98,8 @@ let &t_EI = "\e[1 q"
" autocmd VimEnter * silent !echo -ne "\e[2 q"
" augroup END
" Plugin Options {{{1
" Airline

1
bundle/base16-vim Submodule

@ -0,0 +1 @@
Subproject commit 6191622d5806d4448fa2285047936bdcee57a098