docs: extend Mason section, new screenshot

This commit is contained in:
Oliver Ladner 2025-08-29 13:51:00 +02:00
commit 583581e54c
2 changed files with 27 additions and 16 deletions

View file

@ -89,7 +89,7 @@ support many more languages than I document in the "Language" column. The
formatters installed here are used via `conform.nvim`. formatters installed here are used via `conform.nvim`.
| Type | Language | Name | Benefits | Issues | | Type | Language | Name | Benefits | Issues |
| --------- | ------------------ | --------------------------- | -------------------------------- | ----------------------------------------------------- | | --------- | ------------------ | --------------------------- | ------------------------------------------------ | ----------------------------------------------------- |
| LSP | Markdown | **marksman** | Autocompletes links | <https://github.com/artempyanykh/marksman/issues/327> | | LSP | Markdown | **marksman** | Autocompletes links | <https://github.com/artempyanykh/marksman/issues/327> |
| LSP | Go | **gopls** | | n/a | | LSP | Go | **gopls** | | n/a |
| LSP | Terraform/OpenTofu | **terraform-ls** | | n/a | | LSP | Terraform/OpenTofu | **terraform-ls** | | n/a |
@ -101,9 +101,16 @@ formatters installed here are used via `conform.nvim`.
| Linter | YAML | **yamllint** | | yamllint vs. ansible-lint | | Linter | YAML | **yamllint** | | yamllint vs. ansible-lint |
| Linter | Terraform/OpenTofu | **tflint** | | | | Linter | Terraform/OpenTofu | **tflint** | | |
| Linter | any | **woke** | Makes you aware of woke language | | | Linter | any | **woke** | Makes you aware of woke language | |
| Formatter | Markdown, YAML | **prettier** | Markdown table formatting! | n/a | | Linter | Git commits | **commitlint** | Ensure to adhere to _Conventional Commit_ format | |
| Linter | JSON | **jsonlint** | | |
| Linter | Text | **proselint** | See [source][prose] | |
| Linter | Text | **write-good** | See [source][writegood] | |
| Formatter | Markdown, YAML | **prettier** | Markdown table formatting | n/a |
| Formatter | Lua | **stylua** | Formats Lua | n/a | | Formatter | Lua | **stylua** | Formats Lua | n/a |
| Formatter | Bash | **shfmt** | Formats Bash scripts | n/a | | Formatter | Bash | **shfmt** | Formats Bash scripts | n/a |
| Formatter | HCL | **hclfmt** | For HashiCorp configuration language | |
| Formatter | many | **prettier** | See [docs][prettier] | |
| Formatter | YAML | **yamlfmt** | | |
## Key bindings ## Key bindings
@ -116,3 +123,7 @@ See [CHEATSHEET](CHEATSHEET.md)
- https://github.com/aliqyan-21/wit.nvim - https://github.com/aliqyan-21/wit.nvim
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) [![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
[prettier]: https://prettier.io/docs/
[prose]: https://github.com/amperser/proselint
[writegood]: https://github.com/btford/write-good?tab=readme-ov-file#checks

Binary file not shown.

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 708 KiB

Before After
Before After