mirror of
https://github.com/amix/vimrc
synced 2025-06-30 11:54:59 +08:00
Replace airline with lightline (much better perfomance)
This commit is contained in:
@ -40,8 +40,6 @@ vim-surround https://github.com/tpope/vim-surround
|
||||
vim-expand-region https://github.com/terryma/vim-expand-region
|
||||
vim-multiple-cursors https://github.com/terryma/vim-multiple-cursors
|
||||
vim-fugitive https://github.com/tpope/vim-fugitive
|
||||
vim-airline https://github.com/vim-airline/vim-airline
|
||||
vim-airline-themes https://github.com/vim-airline/vim-airline-themes
|
||||
goyo.vim https://github.com/junegunn/goyo.vim
|
||||
vim-zenroom2 https://github.com/amix/vim-zenroom2
|
||||
syntastic https://github.com/scrooloose/syntastic
|
||||
@ -53,6 +51,7 @@ gruvbox https://github.com/morhetz/gruvbox
|
||||
vim-flake8 https://github.com/nvie/vim-flake8
|
||||
vim-pug https://github.com/digitaltoad/vim-pug
|
||||
vim-yankstack https://github.com/maxbrunsfeld/vim-yankstack
|
||||
lightline.vim https://github.com/itchyny/lightline.vim
|
||||
""".strip()
|
||||
|
||||
GITHUB_ZIP = '%s/archive/master.zip'
|
||||
|
Reference in New Issue
Block a user