From 76e1912b999997e80536bc7d4085ab2725a64d0d Mon Sep 17 00:00:00 2001 From: Andrew Fridley <34749972+afridley@users.noreply.github.com> Date: Mon, 3 May 2021 15:39:58 -0500 Subject: Implement fzy native to speed up telescope (#330) * impliment fzy-native * match pattern --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 0bf74511..4ff4b65e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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} -- cgit v1.2.3