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
+1
View File
@@ -0,0 +1 @@
vim.keymap.set('n', '<leader>gg', function() vim.cmd('Git') end, {})
-1
View File
@@ -1 +0,0 @@
vim.keymap.set('n', '<leader>gg', function() vim.cmd('LazyGit') end, {})
+4
View File
@@ -101,5 +101,9 @@ return require('packer').startup(function(use)
"iamcco/markdown-preview.nvim",
run = function() vim.fn["mkdp#util#install"]() end,
})
use('peterhoeg/vim-qml')
use('tpope/vim-fugitive')
end)
+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",