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 {
|
||||
{ "catppuccin/nvim", as = "catppuccin" },
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
|
@ -1,9 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"nvim-telescope/telescope.nvim", branch = '0.1.x',
|
||||
-- or , branch = '0.1.x',
|
||||
dependencies = {"nvim-lua/plenary.nvim"},
|
||||
"nvim-telescope/telescope.nvim",
|
||||
tag = '0.1.5',
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
},
|
||||
|
||||
"ThePrimeagen/harpoon"
|
||||
{
|
||||
"ThePrimeagen/harpoon",
|
||||
branch = "harpoon2",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user