Neovim: finished git configuration, other than waiting for merge conflicts to see how the mrging works

This commit is contained in:
Kyren223
2024-07-09 22:57:07 +03:00
parent ff13fce373
commit 0dcbf59786
2 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
return {
'NeogitOrg/neogit',
dependencies = {
'nvim-lua/plenary.nvim',
'nvim-telescope/telescope.nvim',
'sindrets/diffview.nvim',
'tpope/vim-fugitive',
'lewis6991/gitsigns.nvim',
'pwntester/octo.nvim',
},
config = function()
require('custom.git')
end,
}