actually enable the telescope fzf plugin

This commit is contained in:
2024-11-19 13:32:42 -06:00
parent eb4457fa56
commit fcd03a342b

View File

@ -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', '<leader>f', function()
telebuilt.fd { follow = true }