Initial commit

This commit is contained in:
2024-05-22 19:55:15 +09:00
commit b41fbc20c2
27 changed files with 534 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
return {
{
"lewis6991/gitsigns.nvim",
opts = {
signs = {
add = { text = "+" },
change = { text = "~" },
delete = { text = "_" },
topdelete = { text = "" },
changedelete = { text = "~" },
}
}
},
}