mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
utility/fzf-lua: init
This commit is contained in:
parent
e51dce002e
commit
f279e3a585
6 changed files with 64 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue