LunarVim/lua/lv-dap/config.lua

10 lines
150 B
Lua
Raw Normal View History

2021-07-10 03:34:12 +02:00
O.plugin.dap = {
active = false,
breakpoint = {
text = "",
texthl = "LspDiagnosticsSignError",
linehl = "",
numhl = "",
},
}