From 8ca6f5f9e8df0be7b714ffe6d030fd60bf04fcd7 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:16:30 -0600 Subject: [PATCH] Update plugins.md --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 18f6eda00..4a46e3bb7 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -4,7 +4,7 @@ Plugins in mise extend functionality. Historically they were the only way to add that backend works is every tool has its own plugin which needs to be manually installed. However now with core languages and backends like aqua/ubi, plugins are no longer necessary to run most tools in mise. -Meanwhile, plugins have expanded beyond tools and can provide functionality like setting env vars globally without relying on a tool being installed. +Meanwhile, plugins have expanded beyond tools and can provide functionality like [setting env vars globally](/environments.html#plugin-provided-env-directives) without relying on a tool being installed. Tool plugins should be avoided for security reasons. New tools will not be accepted into mise built with asdf/vfox plugins unless they are very popular and aqua/ubi is not an option for some reason.