From 709accc8e4f6dc3c21fc9b55e9fcc31559c68472 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 21 Sep 2019 12:44:34 -0400 Subject: Re-arrange the vim configuration --- inc/airline.vim | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 inc/airline.vim (limited to 'inc/airline.vim') diff --git a/inc/airline.vim b/inc/airline.vim deleted file mode 100644 index 4486d50..0000000 --- a/inc/airline.vim +++ /dev/null @@ -1,15 +0,0 @@ -" Always show status line -" set laststatus=2 - -" Enable the list of buffers -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']) -- cgit v1.2.3