doc: cleanup readme
This commit is contained in:
parent
277daa63ca
commit
87fc00059c
1 changed files with 2 additions and 4 deletions
|
|
@ -8,16 +8,14 @@ asynchronously with error diagnostics.
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Async compilation via `vim.system()`
|
- Async compilation via `vim.system()`
|
||||||
|
- Built-in presets for Typst, LaTeX, Markdown, and GitHub-flavored Markdown
|
||||||
- Compiler errors as native `vim.diagnostic`
|
- Compiler errors as native `vim.diagnostic`
|
||||||
- User events for extensibility (`PreviewCompileStarted`,
|
- User events for extensibility (`PreviewCompileStarted`,
|
||||||
`PreviewCompileSuccess`, `PreviewCompileFailed`)
|
`PreviewCompileSuccess`, `PreviewCompileFailed`)
|
||||||
- Built-in presets for Typst, LaTeX, Markdown, and GitHub-flavored Markdown
|
|
||||||
- `:checkhealth` integration
|
|
||||||
- Zero dependencies beyond Neovim 0.11.0+
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Neovim 0.11.0+
|
- Neovim 0.11+
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue