Files
nvim/lua/nvchad/configs/gitsigns.lua
T
Zacharias-Brohn a0ecbb3dc8 fix dots
2025-02-07 21:00:50 +01:00

10 lines
179 B
Lua

dofile(vim.g.base46_cache .. "git")
return {
signs = {
delete = { text = "󰍵" },
changedelete = { text = "󱕖" },
},
attach_to_untracked = true,
}