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
|
2018-02-19 22:07:04 +08:00
|
|
|
" 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'
|