This commit is contained in:
Zacharias-Brohn
2025-01-11 13:38:31 +01:00
parent 654bd0038d
commit c864505309
15 changed files with 752 additions and 121 deletions
+8
View File
@@ -0,0 +1,8 @@
dofile(vim.g.base46_cache .. "git")
return {
signs = {
delete = { text = "󰍵" },
changedelete = { text = "󱕖" },
},
}