not sure if this is needed, but it can't hurt

This commit is contained in:
2024-12-22 14:02:58 -05:00
parent 51f8addaf6
commit 5e6a7a8262

View File

@ -58,6 +58,9 @@ return { 'nvim-telescope/telescope.nvim',
["G"] = actions.move_to_bottom, ["G"] = actions.move_to_bottom,
} }
} }
},
extensions = {
fzf = {}
} }
} }