ci: format
This commit is contained in:
parent
e49a664d48
commit
b905ed04ed
4 changed files with 14 additions and 20 deletions
|
|
@ -3,15 +3,15 @@
|
|||
Async document compilation for Neovim.
|
||||
|
||||
A framework for compiling documents (LaTeX, Typst, Markdown, etc.)
|
||||
asynchronously with error diagnostics. Ships with zero defaults — you
|
||||
configure your own providers.
|
||||
asynchronously with error diagnostics. Ships with zero defaults — you configure
|
||||
your own providers.
|
||||
|
||||
## Features
|
||||
|
||||
- Async compilation via `vim.system()`
|
||||
- Compiler errors as native `vim.diagnostic`
|
||||
- User events for extensibility (`RenderCompileStarted`,
|
||||
`RenderCompileSuccess`, `RenderCompileFailed`)
|
||||
- User events for extensibility (`RenderCompileStarted`, `RenderCompileSuccess`,
|
||||
`RenderCompileFailed`)
|
||||
- `:checkhealth` integration
|
||||
- Zero dependencies beyond Neovim 0.10.0+
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue