telescope: Explicitly depend on nvim-treesitter

Fix Telescope syntax highlighting is not working until open a file
https://github.com/NvChad/NvChad/issues/2084
This commit is contained in:
Zhong Jianxin 2023-06-08 09:42:21 +08:00
parent c3c349c830
commit c2a0bb1684
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ local default_plugins = {
{
"nvim-telescope/telescope.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
cmd = "Telescope",
init = function()
require("core.utils").load_mappings "telescope"