Skip to content

Commit

Permalink
add telescope-fzf-native to speed up fuzzy search
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Dec 10, 2024
1 parent c036758 commit 1484d62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
return {
'nvim-telescope/telescope.nvim',
dependencies = { 'nvim-lua/plenary.nvim' },
dependencies = {
'nvim-lua/plenary.nvim',
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' },
},
version = '*',
cmd = 'Telescope',
keys = function()
Expand Down

0 comments on commit 1484d62

Please sign in to comment.