Changed telescope version
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user