add fzf telescope extension to improve sorting performance (#2371)

* add fzf telescope extension to improve sorting performance

* add fzf config tbl to the default tlsc config
This commit is contained in:
Zohir Benghalem
2023-09-09 02:13:28 +01:00
committed by GitHub
parent de85977316
commit 617dca4dc1
2 changed files with 10 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ local default_plugins = {
{
"nvim-telescope/telescope.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
dependencies = { "nvim-treesitter/nvim-treesitter", { "nvim-telescope/telescope-fzf-native.nvim", build = "make" } },
cmd = "Telescope",
init = function()
require("core.utils").load_mappings "telescope"