refining plugins.lua

This commit is contained in:
Lord Of Nougate 2024-04-15 22:26:09 +02:00
parent 3d987091c6
commit 9e50fa629a
1 changed files with 8 additions and 3 deletions

View File

@ -17,17 +17,22 @@ return {
}
},
{ "nvim-telescope/telescope.nvim", version = "0.1.x",
{ "nvim-telescope/telescope.nvim", branch = "0.1.x",
dependencies = { "nvim-lua/plenary.nvim" }
},
{ "ThePrimeagen/harpoon",
version = "harpoon2",
branch = "harpoon2",
dependencies = { "nvim-lua/plenary.nvim" },
},
{ "NeogitOrg/neogit",
dependencies = { "nvim-lua/plenary.nvim" }
branch = "nightly",
dependencies = {
"nvim-lua/plenary.nvim",
"sindrets/diffview.nvim",
"nvim-telescope/telescope.nvim",
}
},
{ "stevearc/oil.nvim" },