some cool airline feature added for tab

This commit is contained in:
2025-09-02 20:24:17 +03:00
parent 8cac5e7591
commit ced14111af

2
.vimrc
View File

@@ -228,6 +228,8 @@ autocmd BufRead,BufNewFile *.c,*.cpp,*.h,*.hpp call SetClangTidyConfig()
" Set this. Airline will handle the rest. " Set this. Airline will handle the rest.
" let g:airline#extensions#ale#enabled = 1 " let g:airline#extensions#ale#enabled = 1
let g:airline_theme = 'dark' let g:airline_theme = 'dark'
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tabline#formatter = 'default'
" For mbbill/undotree: quick undo access " For mbbill/undotree: quick undo access