mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 23:10:04 +08:00
10 lines
419 B
VimL
10 lines
419 B
VimL
"=============================================================================
|
|
" 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
|
|
"=============================================================================
|
|
|
|
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/config/main.vim'
|