1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:20:04 +08:00
SpaceVim/init.vim
Wang Shidong a41d4a0ae1
Fix plugin manager (#1962)
use dein only when has patch 7.4.2071
2018-07-21 15:34:13 +08:00

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'