mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:20:04 +08:00
14 lines
499 B
VimL
14 lines
499 B
VimL
"=============================================================================
|
|
" vimrc --- Entry file for vim
|
|
" Copyright (c) 2016-2017 Shidong Wang & Contributors
|
|
" Author: Shidong Wang < wsdjeg at 163.com >
|
|
" URL: https://spacevim.org
|
|
" License: MIT license
|
|
"=============================================================================
|
|
|
|
" Note: Skip initialization for vim-tiny or vim-small.
|
|
if 1
|
|
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/config/main.vim'
|
|
endif
|
|
" vim:set et sw=2
|