Replies: 1 comment 1 reply
-
|
I'll add support for symlinking to ~/.tea/local/bin` today.
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey!
Currently I see two problems from just trying out tea. First of all not all editors are supported which is understandable in the current development state. The second issue is that most terminal users are likely using some kind of syntax highlighting and auto-completion. Both of these features don't really play well with the current way that tea is handling things.
The solution to the listed problems is quite simple and even already part of the docs: Symlinking to tea
But it's a tedious manual task to first check if a tool has issues (e.g. neovim with the
mason.nvimplugin is able to auto-install LSPs and such but usesnode,deno, ... depending on what you're installing) and then manually symlink and maintain it. That's why I'm suggesting to add abindirectory to~/.teawhich contains symlinks to all the tools that have already been installed.And yes, I'm aware that there is an install-type of solution planned as mentioned here: https://github.com/orgs/teaxyz/discussions/364#discussioncomment-4877018
But I think this could be a quick and simple way to fix this issue ahead of time and deprecate it in case of a better solution being added.
Beta Was this translation helpful? Give feedback.
All reactions