1
0
Fork 0

fix trailing space

This commit is contained in:
Von Random 2016-05-19 17:06:21 +03:00
parent 1aefd0ddba
commit 7dc4add7a8

2
vimrc
View file

@ -103,7 +103,7 @@ if v:version >= 700
map <Leader>k <Plug>(easymotion-k) map <Leader>k <Plug>(easymotion-k)
" airline options " airline options
let g:airline_symbols={} let g:airline_symbols={}
let g:airline_symbols.whitespace='!' let g:airline_symbols.whitespace='!'
let g:airline_powerline_fonts=1 let g:airline_powerline_fonts=1
let g:airline_extensions=['hunks'] let g:airline_extensions=['hunks']