aboutsummaryrefslogtreecommitdiffstats
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 18078e0..a8c93c5 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -9,6 +9,15 @@ if &t_Co == 256
9 colorscheme Benokai 9 colorscheme Benokai
10endif 10endif
11 11
12" On arch linux install the following:
13" otf-powerline-symbols-git
14" powerline-fonts-git
15let g:airline_powerline_fonts = 1
16if !exists('g:airline_symbols')
17 let g:airline_symbols = {}
18endif
19let g:airline_symbols.space = "\ua0"
20
12set number 21set number
13set hlsearch 22set hlsearch
14set list 23set list