diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-12-27 11:02:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-27 10:02:41 +0000 |
| commit | 5f82a4e5618ebb0f3197141e9f14a07b56d5390f (patch) | |
| tree | b3ab5145876694859fc305ac061d839a1f137ddf | |
| parent | feat(registry): add cueimports (#811) (diff) | |
| download | mason-5f82a4e5618ebb0f3197141e9f14a07b56d5390f.tar mason-5f82a4e5618ebb0f3197141e9f14a07b56d5390f.tar.gz mason-5f82a4e5618ebb0f3197141e9f14a07b56d5390f.tar.bz2 mason-5f82a4e5618ebb0f3197141e9f14a07b56d5390f.tar.lz mason-5f82a4e5618ebb0f3197141e9f14a07b56d5390f.tar.xz mason-5f82a4e5618ebb0f3197141e9f14a07b56d5390f.tar.zst mason-5f82a4e5618ebb0f3197141e9f14a07b56d5390f.zip | |
chore: update generated code (#814)
| -rw-r--r-- | PACKAGES.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index 788f96b7..06570150 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -49,6 +49,7 @@ - [css-lsp](#css-lsp) - [cssmodules-language-server](#cssmodules-language-server) - [cucumber-language-server](#cucumber-language-server) +- [cueimports](#cueimports) - [cuelsp](#cuelsp) - [curlylint](#curlylint) - [dart-debug-adapter](#dart-debug-adapter) @@ -1209,6 +1210,25 @@ Categories: `LSP` ``` +# cueimports + +> CUE tool that updates your import lines, adding missing ones and removing unused ones. + +Homepage: [https://github.com/asdine/cueimports](https://github.com/asdine/cueimports) +Languages: `Cue` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`2004a4a`](https://github.com/williamboman/mason.nvim/commit/2004a4a) 2022-12-27 - feat(registry): add cueimports ([#811](https://github.com/williamboman/mason.nvim/issues/811)) by John Allen +</details> + +``` +:MasonInstall cueimports +``` + + # cuelsp > Language Server implementation for CUE, with built-in support for Dagger. @@ -3906,6 +3926,7 @@ Categories: `LSP` <details> <summary>History:</summary> +- [`21a2475`](https://github.com/williamboman/mason.nvim/commit/21a2475) 2022-12-26 - refactor: interact with libuv pipes in async context ([#808](https://github.com/williamboman/mason.nvim/issues/808)) by William Boman - [`07d949a`](https://github.com/williamboman/mason.nvim/commit/07d949a) 2022-09-14 - fix(r-languageserver): use github releases as version source ([#417](https://github.com/williamboman/mason.nvim/issues/417)) by William Boman - [`18ba623`](https://github.com/williamboman/mason.nvim/commit/18ba623) 2022-07-20 - refactor(omnisharp)!: separate mono into its own package ([#101](https://github.com/williamboman/mason.nvim/issues/101)) by William Boman - [`ca2385a`](https://github.com/williamboman/mason.nvim/commit/ca2385a) 2022-07-13 - feat: add more wrapper executables for packages that don't provide one ([#63](https://github.com/williamboman/mason.nvim/issues/63)) by William Boman |
