Skip to content

Commit

Permalink
加载顺序的问题,这些文件还是需要手工加载,不过可以搞成自动的
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Aug 3, 2012
1 parent e0df79f commit a6235d1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions vimrc
@@ -1,6 +1,16 @@
runtime bundle/pathogen/autoload/pathogen.vim "Set runtime
call pathogen#infect() "Executes the pathogen plugin, which loads other plugins

source $HOME/.vim/setting/function.vim

source $HOME/.vim/setting/setting.vim

source $HOME/.vim/setting/autocmd.vim

source $HOME/.vim/setting/keymap.vim

source $HOME/.vim/setting/command.vim

if filereadable($HOME.'/.vimrc_local')
source $HOME/.vimrc_local
endif

0 comments on commit a6235d1

Please sign in to comment.