Enable powerline and tabline

This commit is contained in:
Yash Karandikar 2022-05-17 15:08:29 -05:00
parent c9ee325370
commit 303e5299e6

4
.vimrc
View file

@ -48,6 +48,10 @@ let g:NERDTreeDirArrowCollapsible = '<'
" vimagit settings
map <C-g> :call magit#show_magit('h')<CR>
" airline settings
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1
" save/quit
nnoremap <C-s> :w<CR>
nnoremap <C-q> :q<CR>