add neogit
This commit is contained in:
parent
ecd94a4686
commit
ef73bdf07e
2 changed files with 12 additions and 1 deletions
|
|
@ -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" }
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue