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:
parent
c3c349c830
commit
c2a0bb1684
|
@ -233,6 +233,7 @@ local default_plugins = {
|
||||||
|
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
|
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||||
cmd = "Telescope",
|
cmd = "Telescope",
|
||||||
init = function()
|
init = function()
|
||||||
require("core.utils").load_mappings "telescope"
|
require("core.utils").load_mappings "telescope"
|
||||||
|
|
Loading…
Reference in New Issue