Remove keybinds for gitsigns which I never used, add keybind for neogit
This commit is contained in:
parent
069cf3e771
commit
406d801b6d
2 changed files with 12 additions and 7 deletions
|
|
@ -14,5 +14,16 @@ return {
|
|||
},
|
||||
event = "VeryLazy",
|
||||
lazy = true,
|
||||
opts = {},
|
||||
config = function()
|
||||
local neogit = require("neogit")
|
||||
neogit.setup()
|
||||
|
||||
require("utils").add_keymaps({
|
||||
n = {
|
||||
["<leader>g"] = {
|
||||
cmd = function() neogit.open({ kind = "vsplit" }) end,
|
||||
},
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue