diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 51fe91a..7f3107d 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -96,7 +96,11 @@ use { use { "TimUntersberger/neogit", - requires = {"nvim-lua/plenary.nvim"}, + requires = { + "nvim-lua/plenary.nvim", + "nvim-telescope/telescope.nvim", -- optional + "sindrets/diffview.nvim", -- optional + }, cmd = "Neogit", config = get_config("neogit") }