mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
11 lines
320 B
VimL
11 lines
320 B
VimL
let g:airline_left_sep = ' '
|
|
let g:airline_right_sep = ' '
|
|
|
|
let g:airline_enable_syntastic = 0
|
|
let g:airline_theme = 'gruvbox'
|
|
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 = '⎇ '
|