removed neogit
This commit is contained in:
parent
3e40a00cd3
commit
c3fbaeab80
|
@ -1,6 +1,29 @@
|
|||
return {
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
opts = {},
|
||||
opts = {
|
||||
keymaps = {
|
||||
file_panel = {
|
||||
{
|
||||
"n", "cc",
|
||||
"<Cmd>Git commit <bar> wincmd J<CR>",
|
||||
{ desc = "Commit staged changes" },
|
||||
},
|
||||
{
|
||||
"n", "ca",
|
||||
"<Cmd>Git commit --amend <bar> wincmd J<CR>",
|
||||
{ desc = "Amend the last commit" },
|
||||
},
|
||||
{
|
||||
"n", "c<space>",
|
||||
":Git commit ",
|
||||
{ desc = "Populate command line with \":Git commit \"" },
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"tpope/vim-fugitive"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue