1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

Complete layer options for lang#scheme layer

This commit is contained in:
Shidong Wang 2020-01-26 00:06:21 +08:00
parent b7b979b878
commit a145a86215

View File

@ -66,3 +66,8 @@ function! s:language_specified_mappings() abort
\ 'call SpaceVim#plugins#repl#send("selection")',
\ 'send selection and keep code buffer focused', 1)
endfunction
function! SpaceVim#layers#lang#scheme#get_options() abort
return ['scheme_dialect', 'scheme_interpreter']
endfunction