Mercurial > dotfiles.old
comparison 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 |
comparison
equal
deleted
inserted
replaced
224:30eb5cded521 | 225:1d9bec72b9b3 |
---|---|
18 Plug 'scrooloose/syntastic' | 18 Plug 'scrooloose/syntastic' |
19 Plug 'tpope/vim-commentary' | 19 Plug 'tpope/vim-commentary' |
20 Plug 'wellle/targets.vim' | 20 Plug 'wellle/targets.vim' |
21 Plug 'mtth/scratch.vim' | 21 Plug 'mtth/scratch.vim' |
22 Plug 'mrmargolis/dogmatic.vim' | 22 Plug 'mrmargolis/dogmatic.vim' |
23 Plug 'xolox/vim-misc' | 23 Plug 'whatyouhide/vim-gotham' |
24 Plug 'xolox/vim-notes' | |
25 | 24 |
26 " Undo | 25 " Undo |
27 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' } | 26 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' } |
28 | 27 |
29 " Tmux | 28 " Tmux |
30 Plug 'christoomey/vim-tmux-navigator' | 29 Plug 'christoomey/vim-tmux-navigator' |
31 Plug 'tpope/vim-dispatch' | 30 Plug 'tpope/vim-dispatch' |
32 | 31 |
33 " Search and Complete | 32 " Search and Complete |
34 Plug 'Shougo/neocomplete' | 33 " Plug 'Shougo/neocomplete' |
34 Plug 'ajh17/VimCompletesMe' | |
35 Plug 'Shougo/neosnippet' | 35 Plug 'Shougo/neosnippet' |
36 Plug 'Shougo/neosnippet-snippets' | 36 Plug 'Shougo/neosnippet-snippets' |
37 Plug 'Shougo/vimproc', { 'do': 'make' } | 37 Plug 'Shougo/vimproc', { 'do': 'make' } |
38 Plug 'Shougo/unite.vim' | 38 Plug 'Shougo/unite.vim' |
39 Plug 'Shougo/vimfiler.vim' | 39 Plug 'Shougo/vimfiler.vim' |
97 set tabstop=2 shiftwidth=2 | 97 set tabstop=2 shiftwidth=2 |
98 | 98 |
99 " Layout | 99 " Layout |
100 set t_Co=256 | 100 set t_Co=256 |
101 set background=dark | 101 set background=dark |
102 color Tomorrow-Night | 102 color gotham |
103 set guifont=Inconsolata\ for\ Powerline:h12 | 103 set guifont=Inconsolata\ for\ Powerline:h12 |
104 " Make background color same as terminal ("transparent") | 104 " Make background color same as terminal ("transparent") |
105 " hi Normal ctermbg=none | 105 " hi Normal ctermbg=none |
106 | 106 |
107 set autowrite | 107 set autowrite |