Initial Configurations
This commit is contained in:
parent
01a1ebed38
commit
5c216504bb
15 changed files with 478 additions and 687 deletions
10
lua/plugins/neogit.lua
Normal file
10
lua/plugins/neogit.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"TimUntersberger/neogit",
|
||||
dependencies = "nvim-lua/plenary.nvim",
|
||||
keys = {
|
||||
{ "<leader>gs", "<cmd>Neogit<CR>", desc = "Open neogit" },
|
||||
},
|
||||
opts = {
|
||||
use_magit_keybindings = true,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue