Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrpicklepinosaur/typst-conceal.vim
plugin for typst conceal
https://github.com/mrpicklepinosaur/typst-conceal.vim
neovim neovim-plugin typst vim vim-plugin
Last synced: about 7 hours ago
JSON representation
plugin for typst conceal
- Host: GitHub
- URL: https://github.com/mrpicklepinosaur/typst-conceal.vim
- Owner: MrPicklePinosaur
- License: mit
- Created: 2023-09-26T02:21:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-13T18:20:36.000Z (about 1 year ago)
- Last Synced: 2024-11-02T07:33:37.368Z (18 days ago)
- Topics: neovim, neovim-plugin, typst, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 279 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typst-conceal.vim
Vim Conceal for Typst
### Before
### After
### Output
## Installation
```vim
Plug 'MrPicklePinosaur/typst-conceal.vim', {'for': 'typst'} " vim plug
Plugin 'MrPicklePinosaur/typst-conceal.vim' " vundle
```Also ensure that conceal level is set
```vim
set conceallevel=2
```## Configuration
It is possible to individually configure if math symbols and emoji are
concealed. By default all conceals are enabled by default.
```vim
let g:typst_conceal_math=1
let g:typst_conceal_emoji=1
```## Credits
Based off of [tex-conceal.vim](https://github.com/KeitaNakamura/tex-conceal.vim)