Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tuberry authored Oct 25, 2019
1 parent 2b907d9 commit db5464c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ Plug 'terryma/vim-smooth-scroll'
Plug 'rhysd/clever-f.vim'
Plug 'vim-scripts/indentpython.vim'

" 自定义插件
if filereadable(expand($HOME . '/.vimrc.plugs'))
source $HOME/.vimrc.plugs
endif

call plug#end()

" load vim default plugin
runtime macros/matchit.vim
Expand Down Expand Up @@ -353,8 +359,7 @@ nnoremap <leader>gg :GV?<cr>
" indentLine 默认不启用
let g:indentLine_enabled = 0

" 个性化
" 自定义设置
if filereadable(expand($HOME . '/.vimrc.local'))
source $HOME/.vimrc.local
endif
call plug#end()

0 comments on commit db5464c

Please sign in to comment.