Mercurial > dotfiles.old
diff vimrc @ 225:1d9bec72b9b3
Update colors and style
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 21 Jan 2015 09:11:59 +0100 |
parents | 30eb5cded521 |
children | 55ff9bb3ea22 |
line wrap: on
line diff
--- a/vimrc Tue Jan 13 18:57:47 2015 +0100 +++ b/vimrc Wed Jan 21 09:11:59 2015 +0100 @@ -20,8 +20,7 @@ Plug 'wellle/targets.vim' Plug 'mtth/scratch.vim' Plug 'mrmargolis/dogmatic.vim' -Plug 'xolox/vim-misc' -Plug 'xolox/vim-notes' +Plug 'whatyouhide/vim-gotham' " Undo Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' } @@ -31,7 +30,8 @@ Plug 'tpope/vim-dispatch' " Search and Complete -Plug 'Shougo/neocomplete' +" Plug 'Shougo/neocomplete' +Plug 'ajh17/VimCompletesMe' Plug 'Shougo/neosnippet' Plug 'Shougo/neosnippet-snippets' Plug 'Shougo/vimproc', { 'do': 'make' } @@ -99,7 +99,7 @@ " Layout set t_Co=256 set background=dark -color Tomorrow-Night +color gotham set guifont=Inconsolata\ for\ Powerline:h12 " Make background color same as terminal ("transparent") " hi Normal ctermbg=none