Replies: 1 comment
-
I came up with rouge8/dotfiles@39899b9 as a workaround. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some language servers, like typescript-language-server and vuels require specifying paths to plugins, e.g.:
This works fine on one machine, but when I share the config across multiple machines with different usernames or OSes, I need to replace
/Users/andy/
with$HOME
. It would be super helpful to expand$HOME
here (e.g.%{env.HOME}
or similar) so users only need to maintain one config file.Beta Was this translation helpful? Give feedback.
All reactions