diff --git a/README.md b/README.md index 881fa7d..8bfb9f9 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ You can find some examples about how to create and use plugins in the [Nushell P - [nu_plugin_template (cargo-generate template)](https://github.com/fdncred/nu_plugin_template): A `cargo-generate` template for making it easier to create nushell plugins. - [nu_plugin_ulid](https://github.com/lizclipse/nu_plugin_ulid): A nushell plugin that adds various ulid commands. - [nu_plugin_units](https://github.com/JosephTLyons/nu_plugin_units): A Nushell plugin for easily converting between common units. +- [nu_plugin_vec](https://github.com/PhotonBursted/nu_plugin_vec): A Nushell plugin adding support for vector operations. > If the shell freezes while registering the command, that means the plugin is using an older Nu version no longer compatible with your current version. Consider bumping the Nu version to the latest in the `cargo.toml`, (may lead to breaking the script). diff --git a/config.yaml b/config.yaml index 4886604..faa6260 100644 --- a/config.yaml +++ b/config.yaml @@ -305,6 +305,11 @@ plugins: repository: url: https://github.com/yybit/nu_plugin_compress branch: main + - name: nu_plugin_vec + language: rust + repository: + url: https://github.com/PhotonBursted/nu_plugin_vec + branch: main # Example # - name: nu_plugin_bin_reader # the plugins name (mandatory) # language: python # programming language (mandatory)