1
0
Fork 0

Enable “airline” tabs for vim and neovim

This commit is contained in:
coderkun 2018-02-24 20:28:57 +01:00
commit 03a0f99e8c
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ set wildmode=longest,list
set colorcolumn=80 set colorcolumn=80
:let $NVIM_TUI_ENABLE_TRUE_COLOR=1 :let $NVIM_TUI_ENABLE_TRUE_COLOR=1
set tabpagemax=500 set tabpagemax=500
let g:airline#extensions#tabline#enabled = 1
" Indentation " Indentation
set smartindent set smartindent

View file

@ -4,7 +4,7 @@ set number
set nowrap set nowrap
set wildmode=longest,list set wildmode=longest,list
set colorcolumn=80 set colorcolumn=80
colorscheme solarized let g:airline#extensions#tabline#enabled = 1
" Indentation " Indentation
set smartindent set smartindent