From 29c6bf2107c420493656033cdafd1d4570279d2b Mon Sep 17 00:00:00 2001 From: Natercio Moniz Date: Fri, 18 Oct 2024 15:50:52 +0100 Subject: [PATCH] enable fuzzy refine --- init.lua | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 9f11291..37622b5 100644 --- a/init.lua +++ b/init.lua @@ -150,6 +150,7 @@ require('lazy').setup({ branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim', + { -- If encountering errors, see telescope-fzf-native README for installation instructions 'nvim-telescope/telescope-fzf-native.nvim', @@ -163,6 +164,7 @@ require('lazy').setup({ return vim.fn.executable 'make' == 1 end, }, + { 'nvim-telescope/telescope-ui-select.nvim' }, -- Useful for getting pretty icons, but requires a Nerd Font. @@ -194,11 +196,11 @@ require('lazy').setup({ -- You can put your default mappings / updates / etc. in here -- All the info you're looking for is in `:help telescope.setup()` -- - -- defaults = { - -- mappings = { - -- i = { [''] = 'to_fuzzy_refine' }, - -- }, - -- }, + defaults = { + mappings = { + i = { [''] = 'to_fuzzy_refine' }, + }, + }, -- pickers = {} extensions = { ['ui-select'] = {