LunarVim.LunarVim/lua/lv-dap/config.lua

10 lines
150 B
Lua
Raw Normal View History

2021-07-09 21:34:12 -04:00
O.plugin.dap = {
active = false,
breakpoint = {
text = "",
texthl = "LspDiagnosticsSignError",
linehl = "",
numhl = "",
},
}