Enable “airline” tabs for vim and neovim
This commit is contained in:
parent
d73f12605f
commit
03a0f99e8c
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue