1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:10:05 +08:00
SpaceVim/init.vim

10 lines
419 B
VimL
Raw Normal View History

2017-12-12 16:32:21 +08:00
"=============================================================================
" init.vim --- Entry file for neovim
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
"=============================================================================
2016-12-26 21:32:01 +08:00
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/config/main.vim'