Changed telescope version

This commit is contained in:
2024-09-22 14:11:39 +02:00
parent a29ef2cbe9
commit 35edddcb18
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
return {
"rachartier/tiny-code-action.nvim",
dependencies = {
{ "nvim-lua/plenary.nvim" },
{ "nvim-telescope/telescope.nvim" },
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
event = "LspAttach",
config = function()

View File

@@ -3,9 +3,9 @@ return {
"coffebar/neovim-project",
priority = 100,
dependencies = {
{ "nvim-lua/plenary.nvim" },
{ "nvim-telescope/telescope.nvim", tag = "0.1.6" },
{ "Shatur/neovim-session-manager" },
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
"Shatur/neovim-session-manager",
},
init = function()
vim.opt.sessionoptions:append("globals")

View File

@@ -1,7 +1,7 @@
--- @type LazyPluginSpec
return {
"nvim-telescope/telescope.nvim",
tag = "0.1.6",
tag = "0.1.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope-file-browser.nvim",