LunarVim/lua/lv-dap/config.lua
christianchiarulli 4ff04e31f0 config refactor
2021-07-09 21:34:12 -04:00

9 lines
150 B
Lua

O.plugin.dap = {
active = false,
breakpoint = {
text = "",
texthl = "LspDiagnosticsSignError",
linehl = "",
numhl = "",
},
}