Mercurial > dotfiles.old
diff vimrc @ 191:4a74a83e6e36
Fix statusline quirks
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 09 Nov 2014 16:17:11 +0100 |
parents | 35664e63555d |
children | 0c8211e1c67a |
line wrap: on
line diff
--- a/vimrc Sun Nov 09 10:54:46 2014 +0100 +++ b/vimrc Sun Nov 09 16:17:11 2014 +0100 @@ -20,13 +20,13 @@ Plug 'tpope/vim-eunuch' Plug 'junegunn/vim-after-object' Plug 'scrooloose/syntastic' - +Plug 'chriskempson/base16-vim' " Undo Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' } " Tmux Plug 'benmills/vimux', { 'on': 'VimuxRunCommand' } -Plug 'edkolev/tmuxline.vim', { 'on': 'TmuxlinSnapshot' } +Plug 'edkolev/tmuxline.vim' Plug 'christoomey/vim-tmux-navigator' " Search and Complete @@ -98,14 +98,8 @@ set breakindent set lbr set tabstop=2 shiftwidth=2 -if has("gui_running") - " set background=dark - " color base16-ocean - color Tomorrow-Night -else - set background=dark - color Tomorrow-Night -endif +set background=dark +color Tomorrow-Night set guifont=Inconsolata\ for\ Powerline:h12 set autowrite set hidden