Use fzy for faster Telescope filtering
This commit is contained in:
parent
828db0d073
commit
f8fddc405e
@ -2,6 +2,7 @@ return {
|
|||||||
'nvim-telescope/telescope.nvim',
|
'nvim-telescope/telescope.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
|
'nvim-telescope/telescope-fzy-native.nvim',
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local telescope = require('telescope')
|
local telescope = require('telescope')
|
||||||
@ -21,6 +22,7 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
telescope.load_extension('fzy_native')
|
||||||
|
|
||||||
-- TODO: Add more mappings?
|
-- TODO: Add more mappings?
|
||||||
local opts = { noremap = true }
|
local opts = { noremap = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user