diff --git a/vimrc b/vimrc index f0ef70a..f57f094 100644 --- a/vimrc +++ b/vimrc @@ -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 diff --git a/vimrc.d/34-ultisnips.vim b/vimrc.d/34-ultisnips.vim index c38e520..a992787 100644 --- a/vimrc.d/34-ultisnips.vim +++ b/vimrc.d/34-ultisnips.vim @@ -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