-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Allow overwrite of config file, config directory and languages.toml #1182
Comments
|
Yes, I know, but I'm not writing a home-manager module. |
Yeah okay, I was going off of this. Well, we lookup the xdg config directory to find the underlying location so you could set XDG_CONFIG_HOME to your desired location? |
Yeah that was badly written 😅 Oh that would work too I guess. I will try that. Thank you! |
Describe your feature request
I'm currently packaging Helix into a nice NixOS module similar, but much better IMO, to the Neovim module in Home-Manager.
However, it's currently not possible to overwrite the Config file and other directories (except runtime directory), which doesn't work
well with NixOS as I will write the immutable config into the Nix store and Helix should use that one.
I suggest doing the following:
-u
in Neovim)This will not change the config directory, so the
languages.toml
can still be found at~/.config/helix/languages.toml
languages.toml
configuration, nothing else)I would be ready to open a PR because this is a very important feature for me!
The text was updated successfully, but these errors were encountered: