summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-04-22 18:24:36 +0100
committerUrbain Vaes <urbain@vaes.uk>2016-04-22 20:40:33 +0100
commita55bcab62ee5d7198ee11a8e801895404d5d14cf (patch)
treee878694b27cbae49987801e7b1f080ef6f473945 /vim
parent467198df456011ee758ab2acd11964922bc7a18a (diff)
Add base16 colorscheme
Diffstat (limited to 'vim')
m---------vim/.vim/vim-plug0
-rw-r--r--vim/.vimrc3
2 files changed, 2 insertions, 1 deletions
diff --git a/vim/.vim/vim-plug b/vim/.vim/vim-plug
-Subproject 0507fc897e3d4d95604e9d4298045eb6750d8ae
+Subproject 41de3c713c0b82700bfcb50a45e9d7756a2cce9
diff --git a/vim/.vimrc b/vim/.vimrc
index d084e70..9b17ea2 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -4,6 +4,7 @@ let maplocalleader = "\\"
"" Plugins
call plug#begin('~/.vim/plugged')
+Plug 'chriskempson/base16-vim'
Plug 'airblade/vim-gitgutter'
Plug 'altercation/vim-colors-solarized'
Plug 'beloglazov/vim-online-thesaurus'
@@ -199,7 +200,6 @@ set breakindent
let &showbreak='--> '
set colorcolumn=0
set scrolloff=0
-set t_Co=256
set guitablabel=%N\ %t\ %M
set showcmd
@@ -232,6 +232,7 @@ au BufNewFile,BufRead *.edp comp freefem
au BufNewFile,BufRead *.geo setf gmsh
" Colorscheme
+let base16colorspace=256
silent! colo $COLORSCHEME
if $BACKGROUND=="dark"
set background=dark