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 { return {
"rachartier/tiny-code-action.nvim", "rachartier/tiny-code-action.nvim",
dependencies = { dependencies = {
{ "nvim-lua/plenary.nvim" }, "nvim-lua/plenary.nvim",
{ "nvim-telescope/telescope.nvim" }, "nvim-telescope/telescope.nvim",
}, },
event = "LspAttach", event = "LspAttach",
config = function() config = function()

View File

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

View File

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