dotfiles/.config/nvim/lua/plugins/extras/editor/git/neogit.lua
2023-12-30 18:44:02 +01:00

11 lines
226 B
Lua

return {
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim",
"sindrets/diffview.nvim",
"nvim-telescope/telescope.nvim",
},
config = true,
cmd = { "Neogit" },
-- TODO: Need to configure this
}