Color swatches ( 🟩 green 🟥 #ffaaaa ) (#12308)

This commit is contained in:
Nik Revenco 2025-03-23 21:07:02 +00:00 committed by GitHub
parent 8ff544757f
commit 0ee5850016
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 363 additions and 4 deletions

View file

@ -152,6 +152,7 @@ The following statusline elements can be configured:
| `display-progress-messages` | Display LSP progress messages below statusline[^1] | `false` |
| `auto-signature-help` | Enable automatic popup of signature help (parameter hints) | `true` |
| `display-inlay-hints` | Display inlay hints[^2] | `false` |
| `display-color-swatches` | Show color swatches next to colors | `true` |
| `display-signature-help-docs` | Display docs under signature help popup | `true` |
| `snippets` | Enables snippet completions. Requires a server restart (`:lsp-restart`) to take effect after `:config-reload`/`:set`. | `true` |
| `goto-reference-include-declaration` | Include declaration in the goto references popup. | `true` |