From 1464fe463f6ea7d031316f7cce19b0f83bb0aa6f Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 19 Aug 2026 07:24:57 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c65ad0..42811ce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # consolelog.nvim **See your console output right where it belongs - next to your code!** @@ -294,7 +296,7 @@ Inline output styling inspired by [tiny-inline-diagnostic.nvim](https://github.c - **State management**: Module-level tables with buffer-specific keys - **Inline history**: Execution tracking directly in output entries - **Event-driven**: Callbacks for WebSocket lifecycle events -- **Zero dependencies**: Pure Lua/JavaScript implementation +- **Zero dependencies**: Pure Lua/JavaScript/Python implementation ## Testing