mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
feat(dap): add breakpoint icon
This commit is contained in:
parent
fe9da14d85
commit
ae0a2389ff
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ in {
|
||||||
# TODO customizable keymaps
|
# TODO customizable keymaps
|
||||||
nvim-dap = nvim.dag.entryAnywhere ''
|
nvim-dap = nvim.dag.entryAnywhere ''
|
||||||
local dap = require("dap")
|
local dap = require("dap")
|
||||||
|
vim.fn.sign_define("DapBreakpoint", { text = "🛑", texthl = "ErrorMsg", linehl = "", numhl = "" })
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
// mapAttrs (_: v: (nvim.dag.entryAfter ["nvim-dap"] v)) cfg.sources;
|
// mapAttrs (_: v: (nvim.dag.entryAfter ["nvim-dap"] v)) cfg.sources;
|
||||||
|
|
Loading…
Reference in a new issue