Add ruby lsp
This commit is contained in:
parent
9640118aa7
commit
3e1893ba65
2 changed files with 7 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ return {
|
|||
|
||||
-- Add your own debuggers here
|
||||
'leoluz/nvim-dap-go',
|
||||
'suketa/nvim-dap-ruby',
|
||||
},
|
||||
keys = {
|
||||
-- Basic debugging keymaps, feel free to change to your liking!
|
||||
|
|
@ -148,5 +149,8 @@ return {
|
|||
detached = vim.fn.has 'win32' == 0,
|
||||
},
|
||||
}
|
||||
|
||||
-- Install ruby specific config
|
||||
require('dap-ruby').setup()
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue