Add colour schemes and enable gruvbox dark
This commit is contained in:
parent
b85b829af5
commit
b4fa066497
3 changed files with 11 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -81,3 +81,6 @@
|
||||||
[submodule "bundle/vim-vinegar"]
|
[submodule "bundle/vim-vinegar"]
|
||||||
path = bundle/vim-vinegar
|
path = bundle/vim-vinegar
|
||||||
url = https://github.com/tpope/vim-vinegar.git
|
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
7
.vimrc
|
@ -17,6 +17,11 @@ call pathogen#helptags()
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
let maplocalleader = "\\"
|
let maplocalleader = "\\"
|
||||||
|
|
||||||
|
|
||||||
|
let base16colorspace=256 " Access colors present in 256 colorspace
|
||||||
|
|
||||||
|
colorscheme base16-gruvbox-dark-hard
|
||||||
|
|
||||||
" Config {{{1
|
" Config {{{1
|
||||||
" Set auto read so a file is updated if externally changed
|
" Set auto read so a file is updated if externally changed
|
||||||
set autoread
|
set autoread
|
||||||
|
@ -93,6 +98,8 @@ let &t_EI = "\e[1 q"
|
||||||
" autocmd VimEnter * silent !echo -ne "\e[2 q"
|
" autocmd VimEnter * silent !echo -ne "\e[2 q"
|
||||||
" augroup END
|
" augroup END
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
" Plugin Options {{{1
|
" Plugin Options {{{1
|
||||||
|
|
||||||
" Airline
|
" Airline
|
||||||
|
|
1
bundle/base16-vim
Submodule
1
bundle/base16-vim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6191622d5806d4448fa2285047936bdcee57a098
|
Loading…
Add table
Add a link
Reference in a new issue