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

12 lines
450 B
VimL
Raw Normal View History

2017-12-12 16:32:21 +08:00
"=============================================================================
" init.vim --- Entry file for neovim
2019-06-09 14:11:17 +08:00
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.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
2016-12-26 21:32:01 +08:00
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/config/main.vim'
2019-05-31 21:45:09 +08:00
lua require('spacevim').bootstrap()