nvim: Adding Neogit
This commit is contained in:
12
nvim/.config/nvim/lua/yock/plugins/neogit.lua
Normal file
12
nvim/.config/nvim/lua/yock/plugins/neogit.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"sindrets/diffview.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
config = true,
|
||||
keys = {
|
||||
{ '<Leader>g', ':Neogit<cr>', { desc = 'Open Neogit' } },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user