Files
nvim/config/modules/plugins/fzf-lua.nix

6 lines
50 B
Nix
Raw Normal View History

2025-10-23 19:50:10 +03:00
{
plugins.fzf-lua = {
enable = true;
};
}