Merge pull request #2097 from azuwis/telescope

telescope: Explicitly depend on nvim-treesitter
pull/2113/head
Sidhanth Rathod 12 months ago committed by GitHub
commit 1d26f9dc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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