Refining package definitions for nvim nightly
This commit is contained in:
parent
bdf62f36ae
commit
ea22f5bef7
@ -17,29 +17,42 @@ return {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "nvim-telescope/telescope.nvim", version = "0.1.x",
|
{ "nvim-telescope/telescope.nvim",
|
||||||
|
version = "0.1.x",
|
||||||
dependencies = { "nvim-lua/plenary.nvim" }
|
dependencies = { "nvim-lua/plenary.nvim" }
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "ThePrimeagen/harpoon",
|
{ "ThePrimeagen/harpoon",
|
||||||
branch = "harpoon2",
|
branch = "harpoon2",
|
||||||
dependencies = { "nvim-lua/plenary.nvim" },
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"nvim-telescope/telescope.nvim"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "NeogitOrg/neogit",
|
{ "NeogitOrg/neogit",
|
||||||
dependencies = { "nvim-lua/plenary.nvim" }
|
branch = "nightly",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"sindrets/diffview.nvim", -- optional - Diff integration
|
||||||
|
"nvim-telescope/telescope.nvim", -- optional
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "stevearc/oil.nvim" },
|
{ "stevearc/oil.nvim",
|
||||||
|
dependencies = { "nvim-tree/nvim-web-devicons" }
|
||||||
|
},
|
||||||
|
|
||||||
{ "kylechui/nvim-surround",
|
{ "kylechui/nvim-surround",
|
||||||
version = "*",
|
version = "*",
|
||||||
|
event = "VeryLazy",
|
||||||
config = function()
|
config = function()
|
||||||
require("nvim-surround").setup()
|
require("nvim-surround").setup()
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "numToStr/Comment.nvim",
|
{ "numToStr/Comment.nvim",
|
||||||
|
lazy = false,
|
||||||
config = function()
|
config = function()
|
||||||
require("Comment").setup()
|
require("Comment").setup()
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user