fix: improve grep command handling with egrepify support

This commit is contained in:
2024-11-23 14:22:28 -05:00
parent 7bfb413934
commit 6cf46f13eb
2 changed files with 28 additions and 7 deletions
+6
View File
@@ -182,6 +182,12 @@ local P = { -- Define Telescope Plugins Specs
{ 'nvim-telescope/telescope-fzy-native.nvim' },
},
},
{ -- Telescope Egrepify
'fdschmidt93/telescope-egrepify.nvim',
lazy = false,
opts = {},
dependencies = { 'nvim-telescope/telescope.nvim', 'nvim-lua/plenary.nvim' },
},
}
if require('data.func').check_global_var('use_telescope', false, true) then