feat: add new dotfiles

This commit is contained in:
Ahmet Kaan Gümüş 2025-02-22 23:29:01 +03:00
parent 7a5975bb81
commit e8bfb35161
34 changed files with 1474 additions and 0 deletions

View file

@ -0,0 +1,10 @@
return {
"theHamsta/nvim-dap-virtual-text",
config = function()
require("nvim-dap-virtual-text").setup({
all_references = true,
only_first_definition = false,
highlight_new_as_changed = true,
})
end
}