mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Complete layer options for lang#scheme layer
This commit is contained in:
parent
b7b979b878
commit
a145a86215
@ -66,3 +66,8 @@ function! s:language_specified_mappings() abort
|
|||||||
\ 'call SpaceVim#plugins#repl#send("selection")',
|
\ 'call SpaceVim#plugins#repl#send("selection")',
|
||||||
\ 'send selection and keep code buffer focused', 1)
|
\ 'send selection and keep code buffer focused', 1)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
function! SpaceVim#layers#lang#scheme#get_options() abort
|
||||||
|
return ['scheme_dialect', 'scheme_interpreter']
|
||||||
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user