summaryrefslogtreecommitdiff
path: root/modules/airline.vim
blob: 84e866c57811f64650cfc69df2c104df74b8ef8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" enable tabline
let g:airline#extensions#tabline#enabled = 1
" enable powerline fonts
let g:airline_powerline_fonts = 1
let g:airline_left_sep = ''
let g:airline_right_sep = ''
" Switch to your current theme
let g:airline_theme = 'onedark'
" Always show tabs 
set showtabline=2
" We don't need to see things like -- INSERT -- anymore
set noshowmode