Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fg plugin #8

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Added fg plugin #8

wants to merge 9 commits into from

Conversation

dabrowskiw
Copy link

Nothing fancy, just added the plugin.

Also, added a README.md in the plugin directory that is probably totally unnecessary for anyone with nix experience, but it's stuff I spent a while googling for so maybe this will save some time for other beginners like me.

@haennes
Copy link
Contributor

haennes commented Dec 24, 2024

This plugin has dependencies, which can be added to the path using an overlay like this:

        (final: prev: {
          yazi = prev.yazi.override {
            extraPackages = with prev; [ bat fzf ripgrep-all ];
          };
        })

will add a mechanism similar to this to #9

Edit: managed to get this working locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants