This commit is contained in:
Loic Nageleisen 2015-04-15 15:26:35 +02:00
parent c6b0d902b0
commit b4e61157a0
2 changed files with 3 additions and 3 deletions

View file

@ -34,6 +34,7 @@ Bundle 'slim-template/vim-slim'
Bundle 'jboyens/vim-protobuf'
Bundle 'dag/vim-fish'
Bundle 'vim-scripts/rfc-syntax'
Bundle 'rust-lang/rust.vim'
Bundle 'vim-scripts/argtextobj.vim'
Bundle 'michaeljsmith/vim-indent-object'

5
vimrc
View file

@ -28,12 +28,11 @@ let g:airline_symbols.whitespace = ''
if !has('gui_running')
set showtabline=1 "automatic tab bar
set mouse=n "mouse support
set background=dark
colorscheme 256-grayvim
set background=light
colorscheme one-light
"use terminal background
hi Normal ctermbg=none
hi LineNr ctermbg=none
hi todo ctermbg=none
hi statement ctermbg=none
endif