From 81e78dbc9f4ddf44b1cd8f1297f717f2e98f4c7b Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Wed, 7 Oct 2020 20:49:47 -0500 Subject: [PATCH] .vimrc: Updates to airline_symbols --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 9c95431..c06b26c 100644 --- a/.vimrc +++ b/.vimrc @@ -95,10 +95,12 @@ if has("gui_running") let g:airline_powerline_fonts = 1 " use powerline font symbols else let g:airline_symbols_ascii = 1 " use plain ascii symbols - let g:airline_symbols.branch = 'BR:' + let g:airline_symbols.branch = '' endif +let g:airline_symbols.dirty = '*' let g:airline_symbols.linenr = '' let g:airline_symbols.maxlinenr = '' +let g:airline_symbols.notexists = '?' " gitgutter let g:gitgutter_enabled = 0 " disable by default -- 2.43.0