Clean up fff module
This commit is contained in:
parent
d9d7bb1ade
commit
a55ebe08a7
1 changed files with 1 additions and 17 deletions
|
|
@ -1,26 +1,10 @@
|
|||
-- return
|
||||
-- {
|
||||
-- "dmtrKovalenko/fff.nvim",
|
||||
-- build = "nix run .#release",
|
||||
-- -- No need to lazy-load with lazy.nvim.
|
||||
-- -- This plugin initializes itself lazily.
|
||||
-- lazy = false,
|
||||
-- }
|
||||
return {
|
||||
"dmtrKovalenko/fff.nvim",
|
||||
build = "nix run .#release",
|
||||
-- opts = {
|
||||
-- debug = {
|
||||
-- enabled = true, -- we expect your collaboration at least during the beta
|
||||
-- show_scores = true, -- to help us optimize the scoring system, feel free to share your scores!
|
||||
-- },
|
||||
-- },
|
||||
-- No need to lazy-load with lazy.nvim.
|
||||
-- This plugin initializes itself lazily.
|
||||
lazy = false,
|
||||
keys = {
|
||||
{
|
||||
"<leader>f", -- try it if you didn't it is a banger keybinding for a picker
|
||||
"<leader>f",
|
||||
function() require("fff").find_files() end,
|
||||
desc = "FFFind files",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue