mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
4 lines
137 B
VimL
4 lines
137 B
VimL
" Note: Skip initialization for vim-tiny or vim-small.
|
|
if 1
|
|
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/config/vimrc'
|
|
endif
|