mirror of
https://github.com/xlogerais/config-vim
synced 2025-01-18 22:46:37 +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>ve :tabedit ~/.vimrc<CR>
|
||||||
map <Leader>ne :tabedit ~/.notes<CR>
|
map <Leader>ne :tabedit ~/.notes<CR>
|
||||||
map <Leader>te :tabedit ~/.todo<CR>
|
map <Leader>te :tabedit ~/.todo<CR>
|
||||||
|
|
||||||
|
|
||||||
|
" ------[ Vim Airline ] ----------------------------------------------
|
||||||
|
let g:airline_powerline_fonts = 1
|
||||||
|
let g:airline#extensions#tabline#enabled = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user