mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:30:05 +08:00
Avoid load script twice
This commit is contained in:
parent
bd64b0e899
commit
06c7cc740a
@ -39,7 +39,11 @@
|
|||||||
let s:SYS = SpaceVim#api#import('system')
|
let s:SYS = SpaceVim#api#import('system')
|
||||||
|
|
||||||
" Default Options:
|
" Default Options:
|
||||||
let s:enable_native_support = 0
|
if exists('s:enable_native_support')
|
||||||
|
finish
|
||||||
|
else
|
||||||
|
let s:enable_native_support = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
function! SpaceVim#layers#lang#kotlin#plugins() abort
|
function! SpaceVim#layers#lang#kotlin#plugins() abort
|
||||||
|
Loading…
Reference in New Issue
Block a user