From c62c930454cdc10bcef961b490cda70b8e756496 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 2 Mar 2026 21:30:11 -0500 Subject: [PATCH] ci: format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c373df2..eefe9a6 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ your own providers. - Async compilation via `vim.system()` - Compiler errors as native `vim.diagnostic` -- User events for extensibility (`PreviewCompileStarted`, `PreviewCompileSuccess`, - `PreviewCompileFailed`) +- User events for extensibility (`PreviewCompileStarted`, + `PreviewCompileSuccess`, `PreviewCompileFailed`) - `:checkhealth` integration - Zero dependencies beyond Neovim 0.11.0+