Remove lazygit and fugitive, add neogit
This commit is contained in:
parent
7a81af9ab4
commit
80f1f521cc
4 changed files with 20 additions and 54 deletions
9
home/.config/nvim/lua/plugs/neogit.lua
Normal file
9
home/.config/nvim/lua/plugs/neogit.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"sindrets/diffview.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
config = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue