mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
Fix coffeescript api sys dependency (#4343)
Co-authored-by: Andrew Angelo Ang <andrew.ang@cybersoftbpo.com>
This commit is contained in:
parent
46346dd719
commit
e6cb9e9003
@ -38,10 +38,10 @@ if exists('s:coffee_interpreter')
|
||||
finish
|
||||
endif
|
||||
|
||||
let s:coffee_interpreter = 'coffee' . (s:SYS.isWindows ? '.CMD' : '')
|
||||
|
||||
let s:SYS = SpaceVim#api#import('system')
|
||||
|
||||
let s:coffee_interpreter = 'coffee' . (s:SYS.isWindows ? '.CMD' : '')
|
||||
|
||||
function! SpaceVim#layers#lang#coffeescript#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins, ['wsdjeg/vim-coffeescript', {'on_ft' : 'coffee'}])
|
||||
|
Loading…
x
Reference in New Issue
Block a user