Add colour schemes and enable gruvbox dark

master
Jonathan Hodgson 5 years ago
parent b85b829af5
commit b4fa066497
  1. 3
      .gitmodules
  2. 7
      .vimrc
  3. 1
      bundle/base16-vim

3
.gitmodules vendored

@ -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/

@ -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

@ -0,0 +1 @@
Subproject commit 6191622d5806d4448fa2285047936bdcee57a098
Loading…
Cancel
Save