From 5d4c70a3bf04b51a4972c6ccf19da9de34b3c0b4 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 15 Mar 2018 21:05:23 -0400 Subject: Added airline themes to the plugins and a few options to the airline --- init.vim | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'init.vim') 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 -- cgit v1.2.3