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
7
.vimrc
7
.vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue