Updated telescope

This commit is contained in:
David Senoner 2024-08-13 17:39:04 +02:00
parent bd0ed35383
commit 0ad14f3ab0

View file

@ -23,7 +23,7 @@ vim.opt.rtp:prepend(lazypath)
local plugins = { local plugins = {
{ "rebelot/kanagawa.nvim", name = "kanagawa", priority = 1000 }, { "rebelot/kanagawa.nvim", name = "kanagawa", priority = 1000 },
{ {
"nvim-telescope/telescope.nvim", tag = "0.1.6", "nvim-telescope/telescope.nvim", tag = "0.1.8",
dependencies = { "nvim-lua/plenary.nvim" } dependencies = { "nvim-lua/plenary.nvim" }
}, },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" }, { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },