added dap repl highlights

This commit is contained in:
Oliver Hartmann 2024-10-18 21:35:22 +02:00
parent ed34613fe5
commit 2cc3afb6ee

View File

@ -10,6 +10,7 @@ return {
},
},
'rcarriga/cmp-dap',
'LiadOz/nvim-dap-repl-highlights',
},
keys = {
{
@ -221,6 +222,7 @@ return {
-- EXTENSIONS
require('nvim-dap-repl-highlights').setup()
require('nvim-dap-virtual-text').setup({})
end,
}