add changes back (it was easier than a rebase here)

This commit is contained in:
PartyWumpus 2025-09-17 19:15:54 +01:00
commit c4a62259d2
2 changed files with 19 additions and 0 deletions

View file

@ -499,3 +499,9 @@
- Add [nvim-highlight-colors] plugin in `vim.ui.nvim-highlight-colors` with
`enable` and `setupOpts`
[PartyWumpus](https://github.com/PartyWumpus):
[typst-concealer]: https://github.com/PartyWumpus/typst-concealer
- Add inline typst concealing support under `vim.languages.typst` using [typst-concealer].

View file

@ -2526,6 +2526,19 @@
"url": "https://github.com/dmmulroy/ts-error-translator.nvim/archive/47e5ba89f71b9e6c72eaaaaa519dd59bd6897df4.tar.gz",
"hash": "08whn7l75qv5n74cifmnxc0s7n7ja1g7589pjnbbsk2djn6bqbky"
},
"typst-concealer": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "PartyWumpus",
"repo": "typst-concealer"
},
"branch": "main",
"submodules": false,
"revision": "3d2e72ce7fc06bd0db0dafbdd1e17d3c9e343d53",
"url": "https://github.com/PartyWumpus/typst-concealer/archive/3d2e72ce7fc06bd0db0dafbdd1e17d3c9e343d53.tar.gz",
"hash": "16j3q3hk1wzgcz6snn9997vclhkanplyn0cp1dm9lk034jd8v9nh"
},
"typst-preview-nvim": {
"type": "Git",
"repository": {