utility/fzf-lua: init

This commit is contained in:
LilleAila 2025-01-17 21:53:44 +01:00 committed by Ching Pei Yang
commit f279e3a585
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
6 changed files with 64 additions and 1 deletions

View file

@ -236,12 +236,17 @@
flake = false;
};
# Telescope
# Pickers
plugin-telescope = {
url = "github:nvim-telescope/telescope.nvim";
flake = false;
};
plugin-fzf-lua = {
url = "github:ibhagwan/fzf-lua";
flake = false;
};
# Runners
plugin-run-nvim = {
url = "github:diniamo/run.nvim";