Set telescope to tag, cleaned formatting for colors, and updated to harpoon2

This commit is contained in:
Trianta 2024-02-14 18:41:49 -06:00
parent 40ae02a20a
commit 6ac46c0a6c
2 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,9 @@
return {
{ "catppuccin/nvim", as = "catppuccin" },
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000
},
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",

View File

@ -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" },
}
}