Eagerly load fzf-native

This commit is contained in:
2024-12-25 23:58:43 +01:00
parent 5e2d4a61d4
commit a71985fcc9
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ return {
},
})
vim.cmd.packadd("telescope-fzf-native.nvim")
telescope.load_extension("fzf")
end
},