Chore: Added DAP config

This commit is contained in:
Ward Truyen
2025-05-24 12:20:45 +02:00
parent 28d4fd2dc5
commit e54bc14409
5 changed files with 129 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ return {
-- untracked = { text = "┆" },
},
numhl = true, -- Toggle with `:Gitsigns toggle_numhl`
linehl = true, -- Toggle with `:Gitsigns toggle_linehl`
linehl = false, -- Toggle with `:Gitsigns toggle_linehl`
}
end,
}