This commit is contained in:
2026-01-04 15:57:41 -05:00
parent 26743308de
commit 9b86e7fb7f
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ vim.pack.add {
src = "https://github.com/saghen/blink.cmp", src = "https://github.com/saghen/blink.cmp",
version = "1.*", version = "1.*",
}, },
{ src = "https://github.com/tpope/vim-fugitive" },
} }
require("mason").setup {} require("mason").setup {}

View File

@@ -37,6 +37,10 @@
"rev": "c4dfc0f3431898c3abbef267b226f6cdd2a67b38", "rev": "c4dfc0f3431898c3abbef267b226f6cdd2a67b38",
"src": "https://github.com/Rizwanelansyah/simplyfile.nvim" "src": "https://github.com/Rizwanelansyah/simplyfile.nvim"
}, },
"vim-fugitive": {
"rev": "61b51c09b7c9ce04e821f6cf76ea4f6f903e3cf4",
"src": "https://github.com/tpope/vim-fugitive"
},
"zen-mode.nvim": { "zen-mode.nvim": {
"rev": "8564ce6d29ec7554eb9df578efa882d33b3c23a7", "rev": "8564ce6d29ec7554eb9df578efa882d33b3c23a7",
"src": "https://github.com/folke/zen-mode.nvim" "src": "https://github.com/folke/zen-mode.nvim"