12 lines
219 B
Lua
12 lines
219 B
Lua
return {
|
|
"theHamsta/nvim-dap-virtual-text",
|
|
event = "User AstroFile",
|
|
opts = {
|
|
commented = false,
|
|
enabled = true,
|
|
enabled_commands = true,
|
|
show_stop_reason = true,
|
|
virt_text_pos = 'eol'
|
|
},
|
|
}
|