Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**Cheaty.nvim** allows you to create a configurable pop-up cheatsheet!

---

## Installation

### vim.pack
Expand All @@ -12,6 +14,17 @@ vim.pack.add({
})
```

### lazy.nvim

```lua
{
"stikypiston/cheaty.nvim",
opts = {},
}
```

---

## Configuration

You can write your cheatsheet in **Markdown**, to have some nice formatting.
Expand All @@ -29,4 +42,4 @@ require("cheaty").setup({
})
```

To invoke the cheatsheet, just run `:Cheaty`
To invoke the cheatsheet, just run `:Cheaty`.