initial commit
This commit is contained in:
5
lua/plugins/fugitive.lua
Normal file
5
lua/plugins/fugitive.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
vim.pack.add({
|
||||
'https://github.com/tpope/vim-fugitive',
|
||||
})
|
||||
|
||||
vim.keymap.set("n", "<leader>gg", "<CMD>Git<CR>")
|
||||
Reference in New Issue
Block a user