From 76c96ae52be960c3642ad42159aba74920947af0 Mon Sep 17 00:00:00 2001 From: Chrisatmachine Date: Mon, 20 Aug 2018 21:14:49 -0400 Subject: fixed comma --- init.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.vim') diff --git a/init.vim b/init.vim index f8084055..6c1d6b54 100644 --- a/init.vim +++ b/init.vim @@ -6,6 +6,7 @@ set encoding=utf8 set mouse=a set splitbelow set splitright +set t_Co=256 " escape can blow me nnoremap " Set Proper Tabs @@ -153,6 +154,10 @@ let base16colorspace=256 " Access colors present in 256 colorspace let g:airline#extensions#tabline#enabled = 1 let g:airline_powerline_fonts = 1 let g:hybrid_custom_term_colors = 1 +if !exists('g:airline_symbols') + let g:airline_symbols = {} +endif +let g:airline_symbols.space = "\ua0" endif " Enable highlighting of the current line set cursorline -- cgit v1.2.3