updated dep readme and git

This commit is contained in:
2026-04-23 16:49:56 -05:00
parent 62a5915854
commit a4b64dfc4c
2 changed files with 29 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
return {
{
"lewis6991/gitsigns.nvim",
event = "VeryLazy",
config = function()
require("gitsigns").setup {
signcolumn = true,
numhl = true,
linehl = true,
word_diff = true,
}
end,
},
{
"sindrets/diffview.nvim",
event = "VeryLazy",
},
}
+10
View File
@@ -17,3 +17,13 @@ yamlfmt
shfmt shfmt
bash-language-server bash-language-server
``` ```
### **Nix**
```
nixfmt
```
### **PHP**
```
mago
```