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

10 lines
407 B
VimL
Raw Normal View History

2017-12-12 16:32:21 +08:00
"=============================================================================
" init.vim --- Entry file for neovim
2020-08-31 21:24:27 +08:00
" Copyright (c) 2016-2020 Wang Shidong & Contributors
2020-09-19 16:19:58 +08:00
" Author: Wang Shidong < wsdjeg@outlook.com >
2017-12-12 16:32:21 +08:00
" URL: https://spacevim.org
2018-02-15 22:25:03 +08:00
" License: GPLv3
2017-12-12 16:32:21 +08:00
"=============================================================================
2018-03-03 19:11:14 +08:00
2021-01-02 17:58:45 +08:00
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/main.vim'