mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 17:44:38 +01:00
10 lines
179 B
Lua
10 lines
179 B
Lua
dofile(vim.g.base46_cache .. "git")
|
|
|
|
return {
|
|
signs = {
|
|
delete = { text = "" },
|
|
changedelete = { text = "" },
|
|
},
|
|
attach_to_untracked = true,
|
|
}
|