Disable airline by default since high startup delay.
This commit is contained in:
parent
6edea5ccb4
commit
0d9240c697
10
vimrc
10
vimrc
@ -2,4 +2,12 @@
|
|||||||
" After modify vimrc, use `:so $MYVIMRC` to reload new profile.
|
" After modify vimrc, use `:so $MYVIMRC` to reload new profile.
|
||||||
" Settings could be rewrited by editing this file.
|
" 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
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
" Ultisnips configurations
|
" Ultisnips configurations
|
||||||
packadd! ultisnips
|
packadd! ultisnips
|
||||||
" if want some default snippets
|
" Uncomment if want some default snippets
|
||||||
packadd! snippets
|
packadd! snippets
|
||||||
|
|
||||||
" Trigger configuration. You need to change this to something other than <tab>
|
" Trigger configuration. You need to change this to something other than <tab>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user