fix trailing space
This commit is contained in:
parent
1aefd0ddba
commit
7dc4add7a8
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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']
|
||||||
|
|
Loading…
Reference in a new issue