adding in vim fugitive instead of lazygit

This commit is contained in:
talksik
2023-07-20 19:57:41 -07:00
parent 8c8e776fa0
commit cfde98d3c4
4 changed files with 15 additions and 1 deletions
+10
View File
@@ -260,6 +260,16 @@ _G.packer_plugins = {
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/undotree",
url = "https://github.com/mbbill/undotree"
},
["vim-fugitive"] = {
loaded = true,
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/vim-fugitive",
url = "https://github.com/tpope/vim-fugitive"
},
["vim-qml"] = {
loaded = true,
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/vim-qml",
url = "https://github.com/peterhoeg/vim-qml"
},
["zen-mode.nvim"] = {
loaded = true,
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/zen-mode.nvim",