mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
fix(runner): add get function
This commit is contained in:
parent
7088f82fc7
commit
94c1dd4557
@ -513,4 +513,9 @@ function M.select_language()
|
||||
|
||||
end
|
||||
|
||||
|
||||
function M.get(ft)
|
||||
return runners[ft] or ''
|
||||
end
|
||||
|
||||
return M
|
||||
|
Loading…
x
Reference in New Issue
Block a user