initial commit

This commit is contained in:
aminnairi
2023-04-09 00:48:29 +02:00
commit 1e64fe69be
82 changed files with 6976 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
return {
"lewis6991/gitsigns.nvim",
enabled = vim.fn.executable "git" == 1,
ft = "gitcommit",
event = "User AstroGitFile",
opts = {
signs = {
add = { text = "" },
change = { text = "" },
delete = { text = "" },
topdelete = { text = "" },
changedelete = { text = "" },
untracked = { text = "" },
},
},
}