mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
feat: Add config for vim-airline
This commit is contained in:
parent
00b9fd060d
commit
4601fc1708
5
vimrc
5
vimrc
@ -152,3 +152,8 @@ let mapleader = ","
|
||||
map <Leader>ve :tabedit ~/.vimrc<CR>
|
||||
map <Leader>ne :tabedit ~/.notes<CR>
|
||||
map <Leader>te :tabedit ~/.todo<CR>
|
||||
|
||||
|
||||
" ------[ Vim Airline ] ----------------------------------------------
|
||||
let g:airline_powerline_fonts = 1
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
|
Loading…
Reference in New Issue
Block a user