Updated telescope
This commit is contained in:
parent
bd0ed35383
commit
0ad14f3ab0
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue