direnv support #7975
-
I use the nix approach of "one direnv per project", which in turn means I need one helix instance per project. I'd like it if helix could pick up the envrc from the LSP root and use that when running the server/formatter/etc. (There's also the question of what to do when go-to-definition takes you outside of that project. For example, with a Rust project ~/.cargo will generally not be in your direnv.) Apologies if this is a dupe; I thought I filed this recently but I can't seem to find it on the tracker. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is too specific, we generally don't integrate with third party tools directly. Direnv should workas long as you start helix in a working directory below the direnv file. This is what you would normally do anyway. |
Beta Was this translation helpful? Give feedback.
This is too specific, we generally don't integrate with third party tools directly. Direnv should workas long as you start helix in a working directory below the direnv file. This is what you would normally do anyway.