mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 14:18:36 +02:00
feat: novas configurações
This commit is contained in:
parent
e3183f1132
commit
0334acd6e4
5 changed files with 57 additions and 30 deletions
9
lua/custom/plugins/neogit.lua
Normal file
9
lua/custom/plugins/neogit.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'NeogitOrg/neogit',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim', -- required
|
||||
'sindrets/diffview.nvim', -- optional - Diff integration
|
||||
'nvim-telescope/telescope.nvim', -- optional
|
||||
},
|
||||
config = true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue