Files
dotvim/vimrc
2020-08-08 13:50:22 -07:00

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