Add ruby lsp

This commit is contained in:
Karolis Arbačiauskas 2024-11-15 16:33:09 +02:00
parent 9640118aa7
commit 3e1893ba65
2 changed files with 7 additions and 0 deletions

View file

@ -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,
}