2017-12-12 16:32:21 +08:00
|
|
|
"=============================================================================
|
|
|
|
" init.vim --- Entry file for neovim
|
2022-02-03 17:24:51 +08:00
|
|
|
" Copyright (c) 2016-2022 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'
|