You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to install all LSPs and Linter, Formatter globally. Can Helix use them from local folders (like node modules, or .venv etc) ? Although in the case of venv, maybe it does work OoTB.
A more expanded explanation
Can helix use the binaries for LSPs and Linters, Formatters etc, directly from a path, so that I can do things like "./helix/language.toml" that points to those, and not to globals?
To put an example, you fork+clone project to work on, they use a set of lint+form+lsp. I need those to be used. Those are already in say "node_modules", I don't want to install them globally again (this will also bring up conflicting versions). Is this possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR
I don't want to install all LSPs and Linter, Formatter globally. Can Helix use them from local folders (like node modules, or .venv etc) ? Although in the case of venv, maybe it does work OoTB.
A more expanded explanation
Can helix use the binaries for LSPs and Linters, Formatters etc, directly from a path, so that I can do things like "./helix/language.toml" that points to those, and not to globals?
To put an example, you fork+clone project to work on, they use a set of lint+form+lsp. I need those to be used. Those are already in say "node_modules", I don't want to install them globally again (this will also bring up conflicting versions). Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions