Merge pull request #2097 from azuwis/telescope

telescope: Explicitly depend on nvim-treesitter
This commit is contained in:
Sidhanth Rathod 2023-06-10 08:54:52 +05:30 committed by GitHub
commit 1d26f9dc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"