aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-03-15 21:05:23 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-03-15 21:05:23 -0400
commit5d4c70a3bf04b51a4972c6ccf19da9de34b3c0b4 (patch)
treeacf01aca4065609576c84bdb822a9d35c197a63c /init.vim
parent0507b921b4e21db6e26beab317ed06d92834da1e (diff)
downloadvim-cfg-5d4c70a3bf04b51a4972c6ccf19da9de34b3c0b4.tar.gz
vim-cfg-5d4c70a3bf04b51a4972c6ccf19da9de34b3c0b4.tar.xz
Added airline themes to the plugins and a few options to the airline
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 4783756..980904b 100644
--- a/init.vim
+++ b/init.vim
@@ -68,6 +68,14 @@ let g:airline#extensions#tabline#enabled = 1
" Show just the filename
let g:airline#extensions#tabline#fnamemod = ':t'
+" if !exists('g:airline_symbols')
+" let g:airline_symbols = {}
+" endif
+" let g:airline_symbols.space = "\ua0"
+
+let g:airline_section_z = airline#section#create(['windowswap', '%3p%% ', 'linenr', ':%3v'])
+
+
" This lets you just hit enter instead
" of pressing control-n Some people like it
" personally I'm not that much of a fan