-
Notifications
You must be signed in to change notification settings - Fork 3
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
WIP: adding plugins as modules #9
base: main
Are you sure you want to change the base?
Conversation
how about an option for adding/not adding required packages for the plugin |
This is a good idea! I would leave it enabled by default, but giving the option to opt of this is actually quite important |
for each one individually should be fine; disabling that behavior should only be an edge case; most plugins don't work without their packages after all |
ok, easiser done than said 😂 just setting the package to null removes it |
So this is just an idea i had lying around for quite some time.
Motivation
Just add plugins as easy as with nixvim:
General Notes:
$ rename default.nix package.nix */*
exmple config (bypass.nix):
Quality of life improvements:
programs.yazi.keymap.manager.prepend_keymap
Some Notes regarding the things to fix: