diff options
author | Christian Chiarulli <[email protected]> | 2019-02-11 15:19:13 -0500 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2019-02-11 15:19:13 -0500 |
commit | 8db51aea3a5daa889406e51d3c42199c8ad9b839 (patch) | |
tree | ced14faab14ffa0f1d019c65b051575427c154ff /modules/airline.vim | |
parent | 18568c43d02779c85de1ce1d7a488c1c01af9022 (diff) |
gutentags makes things hang so I need to fix or replace it
Diffstat (limited to 'modules/airline.vim')
-rw-r--r-- | modules/airline.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/airline.vim b/modules/airline.vim index 0cebfd61..bf99c2eb 100644 --- a/modules/airline.vim +++ b/modules/airline.vim @@ -4,3 +4,7 @@ let g:airline#extensions#tabline#enabled = 1 let g:airline_powerline_fonts = 1 " Switch to your current theme let g:airline_theme = 'tender' +" Always show tabs +set showtabline=2 +" We don't need to see things like -- INSERT -- anymore +set noshowmode |