mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 19:24:25 +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
|
||||
|
||||
M.dap = function()
|
||||
-- TODO: implement dap
|
||||
return "No DAP configured!"
|
||||
-- gem install readapt ruby-debug-ide
|
||||
if O.plugin.dap.active then
|
||||
local dap_install = require "dap-install"
|
||||
dap_install.config("ruby_vsc_dbg", {})
|
||||
end
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue