Remove lazygit and fugitive, add neogit
This commit is contained in:
parent
7a81af9ab4
commit
80f1f521cc
4 changed files with 20 additions and 54 deletions
|
|
@ -76,6 +76,17 @@ return {
|
|||
{ " " }
|
||||
}
|
||||
end,
|
||||
|
||||
require("utils").add_keymaps({
|
||||
n = {
|
||||
["<leader>gp"] = {
|
||||
cmd = ":Gitsigns preview_hunk_inline<CR>",
|
||||
},
|
||||
["<leader>gt"] = {
|
||||
cmd = ":Gitsigns toggle_current_line_blame<CR>",
|
||||
},
|
||||
}
|
||||
})
|
||||
})
|
||||
end,
|
||||
event = "VeryLazy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue