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