mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
This should be reasonably close to my original forked thoughtbot dotfiles configuration. I'm sure there will be some tweaks required!
11 lines
312 B
VimL
11 lines
312 B
VimL
let g:airline_left_sep=' '
|
|
let g:airline_right_sep=' '
|
|
|
|
let g:airline_enable_syntastic=0
|
|
let g:airline_theme='solarized'
|
|
let g:airline_powerline_fonts=0
|
|
let g:airline_linecolumn_prefix = '␊ '
|
|
let g:airline_linecolumn_prefix = ' '
|
|
let g:airline_linecolumn_prefix = '¶ '
|
|
let g:airline_branch_prefix = '⎇ '
|