add neogit
This commit is contained in:
parent
5024bc0094
commit
71af23860f
2
init.lua
2
init.lua
|
@ -886,7 +886,7 @@ require('lazy').setup({
|
|||
--
|
||||
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
||||
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
||||
-- { import = 'custom.plugins' },
|
||||
{ import = 'custom.plugins' },
|
||||
}, {
|
||||
ui = {
|
||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||
|
|
|
@ -2,4 +2,19 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return { 'tpope/vim-fugitive' }
|
||||
return {
|
||||
{
|
||||
|
||||
'NeogitOrg/neogit',
|
||||
|
||||
dependencies = {
|
||||
|
||||
'nvim-lua/plenary.nvim', -- required
|
||||
|
||||
'sindrets/diffview.nvim', -- optional - Diff integration
|
||||
|
||||
'nvim-telescope/telescope.nvim', -- optional
|
||||
},
|
||||
config = true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue