mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:20:04 +08:00
Fix type in lua layer
This commit is contained in:
parent
cb644e3f2d
commit
e572c33e97
@ -41,7 +41,7 @@ function! SpaceVim#layers#lang#lua#config() abort
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#layers#lang#lua#set_variablee(opt) abort
|
||||
function! SpaceVim#layers#lang#lua#set_variable(opt) abort
|
||||
let s:lua_repl_command = get(a:opt, 'repl_command', '')
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user