add neogit
This commit is contained in:
parent
ecd94a4686
commit
ef73bdf07e
@ -33,6 +33,7 @@ return {
|
||||
})
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>o", "<cmd>:NvimTreeFocus<cr>", desc = "Focus NvimTree" }
|
||||
{ "<leader>o", "<cmd>:NvimTreeFocus<cr>", desc = "Focus NvimTree" },
|
||||
{ "<leader>F", "<cmd>:NvimTreeFindFile<cr>", desc = "Reveal File in NvimTree" }
|
||||
},
|
||||
}
|
||||
|
10
lua/custom/plugins/neogit.lua
Normal file
10
lua/custom/plugins/neogit.lua
Normal file
@ -0,0 +1,10 @@
|
||||
return {
|
||||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"sindrets/diffview.nvim",
|
||||
"ibhagwan/fzf-lua",
|
||||
},
|
||||
config = true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user