summaryrefslogtreecommitdiff
path: root/lua/lv-dap/config.lua
blob: b626deaa4c59a7b95b69b408176a548c6df873ec (plain)
1
2
3
4
5
6
7
8
9
O.plugin.dap = {
  active = false,
  breakpoint = {
    text = "",
    texthl = "LspDiagnosticsSignError",
    linehl = "",
    numhl = "",
  },
}