mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-03-14 21:31:04 +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
|