telescope: Explicitly depend on nvim-treesitter

Fix Telescope syntax highlighting is not working until open a file
https://github.com/NvChad/NvChad/issues/2084
pull/2097/head
Zhong Jianxin 12 months ago
parent c3c349c830
commit c2a0bb1684

@ -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"

Loading…
Cancel
Save