Fix broken telescope after upgrading nvim-treesitter

This commit is contained in:
Alex Selimov 2026-04-09 11:34:33 -04:00
parent 76f2c150ee
commit eb25cb1667
2 changed files with 13 additions and 5 deletions

View file

@ -3,11 +3,18 @@
return {
"nvim-telescope/telescope.nvim",
event = "VeryLazy",
branch = "0.1.x",
branch = "master",
dependencies = {
"nvim-lua/plenary.nvim",
{ "nvim-tree/nvim-web-devicons" },
{ "nvim-telescope/telescope-live-grep-args.nvim" },
{
"nvim-telescope/telescope-fzf-native.nvim",
build = "make",
cond = function()
return vim.fn.executable("make") == 1
end,
},
},
config = function()
require("telescope").setup({