doc: cleanup readme

This commit is contained in:
Barrett Ruth 2026-03-03 13:44:43 -05:00
parent 277daa63ca
commit 87fc00059c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -8,16 +8,14 @@ asynchronously with error diagnostics.
## Features
- Async compilation via `vim.system()`
- Built-in presets for Typst, LaTeX, Markdown, and GitHub-flavored Markdown
- Compiler errors as native `vim.diagnostic`
- User events for extensibility (`PreviewCompileStarted`,
`PreviewCompileSuccess`, `PreviewCompileFailed`)
- Built-in presets for Typst, LaTeX, Markdown, and GitHub-flavored Markdown
- `:checkhealth` integration
- Zero dependencies beyond Neovim 0.11.0+
## Requirements
- Neovim 0.11.0+
- Neovim 0.11+
## Installation