Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
remove mise plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaTofuZ committed Jan 19, 2024
1 parent 737b6fd commit 2fdc603
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion lang/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ The following are instructions for using the go mise core plugin. This is used w
git plugin installed named "go".

If you want to use [asdf-golang](https://github.com/kennyp/asdf-golang)
or [rtx-golang](https://github.com/mise-plugins/rtx-golang)
then use `mise plugins install go GIT_URL`.

The code for this is inside the mise repository at
Expand Down
1 change: 0 additions & 1 deletion lang/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ The following are instructions for using the java mise core plugin. This is used
git plugin installed named "java".

If you want to use [asdf-java](https://github.com/halcyon/asdf-java)
or [rtx-java](https://github.com/mise-plugins/rtx-java)
then use `mise plugins install java GIT_URL`.

The code for this is inside the mise repository at
Expand Down
2 changes: 1 addition & 1 deletion lang/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The following are instructions for using the node mise core plugin. This is used when there isn't a
git plugin installed named "node".

If you want to use [asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs)
If you want to use [asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs)
then run `mise plugins install node https://github.com/asdf-vm/asdf-nodejs`

The code for this is inside the mise repository at [`./src/plugins/core/node.rs`](https://github.com/jdx/mise/blob/main/src/plugins/core/node.rs).
Expand Down
1 change: 0 additions & 1 deletion lang/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ The following are instructions for using the ruby mise core plugin. This is used
git plugin installed named "ruby".

If you want to use [asdf-ruby](https://github.com/asdf-vm/asdf-ruby)
or [rtx-ruby](https://github.com/mise-plugins/rtx-ruby)
then use `mise plugins install ruby GIT_URL`.

The code for this is inside the mise repository at
Expand Down

0 comments on commit 2fdc603

Please sign in to comment.