From fcd03a342b5d1db8e9066b0a61f07ce0ffb25f3a Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:32:42 -0600 Subject: actually enable the telescope fzf plugin --- lua/conf/plugins/telescope.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/conf/plugins/telescope.lua') diff --git a/lua/conf/plugins/telescope.lua b/lua/conf/plugins/telescope.lua index 6a1b1c2..28ad327 100644 --- a/lua/conf/plugins/telescope.lua +++ b/lua/conf/plugins/telescope.lua @@ -61,6 +61,10 @@ return { 'nvim-telescope/telescope.nvim', } } + -- load in the fzf extension + telescope.load_extension('fzf') + + -- keymaps local telebuilt = require('telescope.builtin') map('n', 'f', function() telebuilt.fd { follow = true } -- cgit v1.2.1