Set telescope to tag, cleaned formatting for colors, and updated to harpoon2
This commit is contained in:
parent
40ae02a20a
commit
6ac46c0a6c
@ -1,5 +1,9 @@
|
|||||||
return {
|
return {
|
||||||
{ "catppuccin/nvim", as = "catppuccin" },
|
{
|
||||||
|
"catppuccin/nvim",
|
||||||
|
name = "catppuccin",
|
||||||
|
priority = 1000
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim", branch = '0.1.x',
|
"nvim-telescope/telescope.nvim",
|
||||||
-- or , branch = '0.1.x',
|
tag = '0.1.5',
|
||||||
dependencies = {"nvim-lua/plenary.nvim"},
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
"ThePrimeagen/harpoon"
|
"ThePrimeagen/harpoon",
|
||||||
|
branch = "harpoon2",
|
||||||
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user