Implement fzy native to speed up telescope (#330)

* impliment fzy-native

* match pattern
This commit is contained in:
Andrew Fridley 2021-05-03 15:39:58 -05:00 committed by GitHub
parent a69bf73fd2
commit 76e1912b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -44,6 +44,7 @@ return require("packer").startup(
use {"nvim-lua/popup.nvim", opt = true}
use {"nvim-lua/plenary.nvim", opt = true}
use {"nvim-telescope/telescope.nvim", opt = true}
use {"nvim-telescope/telescope-fzy-native.nvim", opt = true}
-- Debugging
use {"mfussenegger/nvim-dap", opt = true}