mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-22 03:34:31 +02:00
Ruby debugging support (#969)
* Ruby debugging support * add comment for ruby debugging requirements
This commit is contained in:
parent
47ede1e2c2
commit
7f978fd2d3
1 changed files with 5 additions and 2 deletions
|
@ -62,8 +62,11 @@ M.lsp = function()
|
||||||
end
|
end
|
||||||
|
|
||||||
M.dap = function()
|
M.dap = function()
|
||||||
-- TODO: implement dap
|
-- gem install readapt ruby-debug-ide
|
||||||
return "No DAP configured!"
|
if O.plugin.dap.active then
|
||||||
|
local dap_install = require "dap-install"
|
||||||
|
dap_install.config("ruby_vsc_dbg", {})
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue