1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00
SpaceVim/vimrc

6 lines
159 B
VimL
Raw Normal View History

" Note: Skip initialization for vim-tiny or vim-small.
if 1
2017-03-06 23:26:26 +08:00
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/config/main.vim'
endif
2017-03-06 23:26:26 +08:00
" vim:set et sw=2