mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Use ascii theme in local overrides
This commit is contained in:
parent
fa5c1e8ce4
commit
625aa243d6
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/vim -S
|
||||
let g:powerline_config_path = expand('<sfile>:p:h:h') . '/powerline/config_files'
|
||||
let g:powerline_config_overrides = {'common': {'dividers': {'left': {'hard': ' ', 'soft': ' > '}, 'right': {'hard': ' ', 'soft': ' < '}}}}
|
||||
let g:powerline_config_overrides = {'common': {'default_top_theme': 'ascii'}}
|
||||
let g:powerline_theme_overrides__default = {'segment_data': {'line_current_symbol': {'contents': 'LN '}, 'branch': {'before': 'B '}}}
|
||||
try
|
||||
python import powerline.vim
|
||||
|
Loading…
x
Reference in New Issue
Block a user