Skip to content

Commit

Permalink
Made pulse header nicer.
Browse files Browse the repository at this point in the history
  • Loading branch information
linguini1 committed Sep 5, 2023
1 parent 867cf9c commit d835ce4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# pulse.nvim
<div align="center">
<h1>
<img style="margin: 0 0 -15px 0;" src="https://cdn-icons-png.flaticon.com/512/5523/5523525.png" width="50px" />
pulse.nvim
</h1>
<h5>Easily manageable timers to keep on track while coding.</h5>
</div>

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
Expand All @@ -15,6 +21,7 @@ use { "linguini1/pulse.nvim" }
```

Using [lazy.nvim](https://github.com/folke/lazy.nvim)

```lua
{
"linguini1/pulse.nvim",
Expand Down

0 comments on commit d835ce4

Please sign in to comment.