icon rework and small refactor
This commit is contained in:
parent
c8a407b681
commit
1a18a8ef30
17 changed files with 185 additions and 434 deletions
.config/nvim/lua/plugins/dap
|
@ -13,7 +13,7 @@ M.config = function()
|
|||
vim.fn.sign_define(
|
||||
"DapBreakpoint",
|
||||
{
|
||||
text = icons.ui.Bug,
|
||||
text = icons.Bug,
|
||||
texthl = "DiagnosticSignError",
|
||||
linehl = "",
|
||||
numhl = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue