diff options
author | Matt Singleton <matt@xcolour.net> | 2024-11-12 11:09:26 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-11-12 11:09:26 -0600 |
commit | f9d536b0f2ab9eab21037968341dc6ae33a047ae (patch) | |
tree | 9fc9c3dda9954150ec728130d71837ff3f15893f /stow/vim/.vimrc | |
parent | e42262beb9b936a62b7656a55613123632809f92 (diff) |
assorted vim theme tweaks
Diffstat (limited to 'stow/vim/.vimrc')
-rw-r--r-- | stow/vim/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stow/vim/.vimrc b/stow/vim/.vimrc index 2d32bbe..f8b8f23 100644 --- a/stow/vim/.vimrc +++ b/stow/vim/.vimrc @@ -102,6 +102,7 @@ hi clear SpecialKey hi link SpecialKey Error let g:airline_skip_empty_sections = 1 +let g:airline_symbols_ascii = 1 " " local additions |