This commit is contained in:
chengxuan 2018-04-26 17:03:19 +08:00
parent 4c0b3db9d6
commit a720a2f354

3
.vimrc
View File

@ -366,6 +366,9 @@ let g:NERDTreeIndicatorMapCustom = {
\ "Unknown" : "?"
\ }
" LeaderF
nmap <Leader><Leader>f :LeaderfFile ~<CR>
" 个性化
if filereadable(expand($HOME . '/.vimrc.local'))
source $HOME/.vimrc.local