Skip to content

Commit

Permalink
Fix telescope fzf lazy loading
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Halter <micah@balena.io>
  • Loading branch information
mehalter committed Mar 19, 2022
1 parent 889dfda commit 4045146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ local astro_plugins = {
-- Fuzzy finder syntax support
{
"nvim-telescope/telescope-fzf-native.nvim",
after = "nvim-telescope/telescope.nvim",
run = "make",
config = function()
require("telescope").load_extension "fzf"
end,
wants = "telescope",
},

-- Git integration
Expand Down

0 comments on commit 4045146

Please sign in to comment.