comparison vimrc @ 191:4a74a83e6e36

Fix statusline quirks
author zegervdv <zegervdv@me.com>
date Sun, 09 Nov 2014 16:17:11 +0100
parents 35664e63555d
children 0c8211e1c67a
comparison
equal deleted inserted replaced
190:35664e63555d 191:4a74a83e6e36
18 Plug 'mhinz/vim-startify' 18 Plug 'mhinz/vim-startify'
19 Plug 'xolox/vim-session' 19 Plug 'xolox/vim-session'
20 Plug 'tpope/vim-eunuch' 20 Plug 'tpope/vim-eunuch'
21 Plug 'junegunn/vim-after-object' 21 Plug 'junegunn/vim-after-object'
22 Plug 'scrooloose/syntastic' 22 Plug 'scrooloose/syntastic'
23 23 Plug 'chriskempson/base16-vim'
24 " Undo 24 " Undo
25 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' } 25 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' }
26 26
27 " Tmux 27 " Tmux
28 Plug 'benmills/vimux', { 'on': 'VimuxRunCommand' } 28 Plug 'benmills/vimux', { 'on': 'VimuxRunCommand' }
29 Plug 'edkolev/tmuxline.vim', { 'on': 'TmuxlinSnapshot' } 29 Plug 'edkolev/tmuxline.vim'
30 Plug 'christoomey/vim-tmux-navigator' 30 Plug 'christoomey/vim-tmux-navigator'
31 31
32 " Search and Complete 32 " Search and Complete
33 Plug 'Shougo/neocomplete' 33 Plug 'Shougo/neocomplete'
34 Plug 'Shougo/neosnippet' 34 Plug 'Shougo/neosnippet'
96 set wrapmargin=2 96 set wrapmargin=2
97 set linebreak 97 set linebreak
98 set breakindent 98 set breakindent
99 set lbr 99 set lbr
100 set tabstop=2 shiftwidth=2 100 set tabstop=2 shiftwidth=2
101 if has("gui_running") 101 set background=dark
102 " set background=dark 102 color Tomorrow-Night
103 " color base16-ocean
104 color Tomorrow-Night
105 else
106 set background=dark
107 color Tomorrow-Night
108 endif
109 set guifont=Inconsolata\ for\ Powerline:h12 103 set guifont=Inconsolata\ for\ Powerline:h12
110 set autowrite 104 set autowrite
111 set hidden 105 set hidden
112 set hlsearch 106 set hlsearch
113 set incsearch 107 set incsearch