mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-05-19 23:09:35 +08:00
default whitespace symbol to non-unicode unless powerline fonts are enabled (#155).
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ separators, as well as the powerline font glyths.
|
||||
let g:airline_paste_symbol = 'ρ'
|
||||
let g:airline_paste_symbol = 'Þ'
|
||||
let g:airline_paste_symbol = '∥'
|
||||
let g:airline_whitespace_symbol = 'Ξ'
|
||||
let g:airline#extensions#whitespace#symbol = 'Ξ'
|
||||
|
||||
" powerline symbols
|
||||
let g:airline_left_sep = ''
|
||||
|
||||
Reference in New Issue
Block a user