10 lines
180 B
VimL
10 lines
180 B
VimL
set encoding=utf-8
|
|
scriptencoding utf-8
|
|
|
|
if &runtimepath ==# ''
|
|
throw 'Empty ''runtimepath'''
|
|
endif
|
|
let $MYVIM = resolve(option#Split(&runtimepath)[0])
|
|
|
|
runtime! config/**/*.vim
|