1
0
Fork 0

icon rework and small refactor

This commit is contained in:
Luca Bilke 2024-01-26 17:21:37 +01:00
commit 1a18a8ef30
17 changed files with 185 additions and 434 deletions
.config/nvim/lua/plugins/dap

View file

@ -13,7 +13,7 @@ M.config = function()
vim.fn.sign_define(
"DapBreakpoint",
{
text = icons.ui.Bug,
text = icons.Bug,
texthl = "DiagnosticSignError",
linehl = "",
numhl = "",