From d835ce49a78336d53930c6429754209f1c073835 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Tue, 5 Sep 2023 11:22:01 -0400 Subject: [PATCH] Made pulse header nicer. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a360a57..122c48a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# pulse.nvim +
+

+ + pulse.nvim +

+
Easily manageable timers to keep on track while coding.
+
Pulse.nvim is a plugin for creating and managing personal timers. If you have [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) installed, pulse will also make use of its features @@ -15,6 +21,7 @@ use { "linguini1/pulse.nvim" } ``` Using [lazy.nvim](https://github.com/folke/lazy.nvim) + ```lua { "linguini1/pulse.nvim",