diff options
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index bb44820b..513eeb90 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -87,6 +87,7 @@ - [gersemi](#gersemi) - [gitlint](#gitlint) - [glint](#glint) +- [glow](#glow) - [go-debug-adapter](#go-debug-adapter) - [gofumpt](#gofumpt) - [goimports](#goimports) @@ -241,6 +242,7 @@ - [tflint](#tflint) - [twigcs](#twigcs) - [typescript-language-server](#typescript-language-server) +- [unocss-language-server](#unocss-language-server) - [usort](#usort) - [vala-language-server](#vala-language-server) - [vale](#vale) @@ -1985,6 +1987,25 @@ Categories: `LSP` `Linter` ``` +# glow + +> Render markdown on the CLI, with pizzazz + +Homepage: [https://github.com/charmbracelet/glow](https://github.com/charmbracelet/glow) +Languages: `Markdown` +Categories: + +<details> + <summary>History:</summary> + +- [`160bd7c`](https://github.com/williamboman/mason.nvim/commit/160bd7c) 2023-01-12 - feat(registry): add glow ([#886](https://github.com/williamboman/mason.nvim/issues/886)) by Seth Daniel +</details> + +``` +:MasonInstall glow +``` + + # go-debug-adapter > Go debug adapter sourced from the VSCode Go extension. @@ -5118,6 +5139,25 @@ Categories: `LSP` ``` +# unocss-language-server + +> Language Server Protocol implementation for UnoCSS. + +Homepage: [https://github.com/xna00/unocss-language-server](https://github.com/xna00/unocss-language-server) +Languages: `CSS` +Categories: `LSP` + +<details> + <summary>History:</summary> + +- [`8e61dbc`](https://github.com/williamboman/mason.nvim/commit/8e61dbc) 2023-01-12 - feat(registry): add unocss-language-server ([#888](https://github.com/williamboman/mason.nvim/issues/888)) by Tom Mi +</details> + +``` +:MasonInstall unocss-language-server +``` + + # usort > Safe, minimal import sorting for Python projects. |
