mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 23:20:04 +08:00
a41d4a0ae1
use dein only when has patch 7.4.2071
12 lines
437 B
VimL
12 lines
437 B
VimL
"=============================================================================
|
|
" init.vim --- Entry file for neovim
|
|
" Copyright (c) 2016-2017 Wang Shidong & Contributors
|
|
" Author: Wang Shidong < wsdjeg at 163.com >
|
|
" URL: https://spacevim.org
|
|
" License: GPLv3
|
|
"=============================================================================
|
|
|
|
" call neobundle#get()
|
|
|
|
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/config/main.vim'
|