fixed the fzf error

This commit is contained in:
Daveanand Mannie
2024-08-22 13:48:36 -04:00
parent 25b0dfbc24
commit 735c6cd555
2 changed files with 17 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ require("lazy").setup({
spec = {
-- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
-- import/override with your plugins
{ import = "lazyvim.plugins.extras.editor.fzf" },
{ import = "plugins" },
},
defaults = {