mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
9 lines
135 B
Lua
9 lines
135 B
Lua
dofile(vim.g.base46_cache .. "git")
|
|
|
|
return {
|
|
signs = {
|
|
delete = { text = "" },
|
|
changedelete = { text = "" },
|
|
},
|
|
}
|