From a4ee03e86e52e40c9e5f08b91533fbe4f57f7663 Mon Sep 17 00:00:00 2001 From: Murukesh Mohanan Date: Fri, 18 Nov 2016 14:34:44 +0900 Subject: [PATCH] macbook updates --- .vim/local/laptop.vim | 14 +++++++------- .vim/local/work.vim | 5 +++++ 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .vim/local/work.vim diff --git a/.vim/local/laptop.vim b/.vim/local/laptop.vim index 7873af6..522d88c 100644 --- a/.vim/local/laptop.vim +++ b/.vim/local/laptop.vim @@ -1,11 +1,11 @@ - if has("gui_running") - if has("gui_gtk2") - set guifont=Ubuntu\ Mono\ derivative\ Powerline\ 13 - set guioptions-=r - endif - endif +if has("gui_running") + if has("gui_gtk2") + set guifont=Ubuntu\ Mono\ derivative\ Powerline\ 13 + set guioptions-=r + endif +endif let g:airline_powerline_fonts = 1 if !exists('g:airline_symbols') - let g:airline_symbols = {} + let g:airline_symbols = {} endif let g:airline_symbols.space = "\ua0" diff --git a/.vim/local/work.vim b/.vim/local/work.vim new file mode 100644 index 0000000..5ef0803 --- /dev/null +++ b/.vim/local/work.vim @@ -0,0 +1,5 @@ +let g:airline_powerline_fonts = 1 +if !exists('g:airline_symbols') + let g:airline_symbols = {} +endif +let g:airline_symbols.space = "\ua0" -- 2.24.1