Neovim: finished git configuration, other than waiting for merge conflicts to see how the mrging works
This commit is contained in:
14
.config/nvim/lua/custom/plugins/git.lua
Normal file
14
.config/nvim/lua/custom/plugins/git.lua
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user