# typst.vim
typst.vim is a very easy to use plugin that provides syntax highlighting for Typst-files in Vim.
## Usage
Install via [[vim-plug]] and add the following to your configuration:
```
call plug#begin('~/.vim/plugged')
Plug 'kaarmu/typst.vim'
call plug#end()
```
---
## Related
- **previous** [[Entrypoint]]
- **see** [[Typst]] for the typesetting software
- **see** [[Vim]] for the text editor
- **see** [[vim-plug]] for the plugin manager
## Sources
- **references** [github.com/kaarmu/typst.vim](https://github.com/kaarmu/typst.vim) for the sourcecode of the plugin
## Usage
- **used in** none