Disable airline by default since high startup delay.

This commit is contained in:
wunewww 2024-05-05 12:04:12 +08:00
parent 6edea5ccb4
commit 0d9240c697
2 changed files with 10 additions and 2 deletions

10
vimrc
View File

@ -2,4 +2,12 @@
" After modify vimrc, use `:so $MYVIMRC` to reload new profile.
" Settings could be rewrited by editing this file.
runtime! vimrc.d/*.vim
" Basic settings
runtime! vimrc.d/0*.vim
" Settings related to packages
runtime! vimrc.d/30-Easymotion.vim
runtime! vimrc.d/31-NerdTree.vim
runtime! vimrc.d/32-ale.vim
" runtime! vimrc.d/33-airline.vim " This will cause startup delay.
runtime! vimrc.d/34-ultisnips.vim

View File

@ -1,6 +1,6 @@
" Ultisnips configurations
packadd! ultisnips
" if want some default snippets
" Uncomment if want some default snippets
packadd! snippets
" Trigger configuration. You need to change this to something other than <tab>