feat(dap): add breakpoint icon

This commit is contained in:
Ching Pei Yang 2023-06-15 18:17:13 +02:00
parent fe9da14d85
commit ae0a2389ff

View file

@ -21,6 +21,7 @@ in {
# TODO customizable keymaps
nvim-dap = nvim.dag.entryAnywhere ''
local dap = require("dap")
vim.fn.sign_define("DapBreakpoint", { text = "🛑", texthl = "ErrorMsg", linehl = "", numhl = "" })
'';
}
// mapAttrs (_: v: (nvim.dag.entryAfter ["nvim-dap"] v)) cfg.sources;