diff --git a/README.md b/README.md index 6e7df22..9d8bc7a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **Cheaty.nvim** allows you to create a configurable pop-up cheatsheet! +--- + ## Installation ### vim.pack @@ -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. @@ -29,4 +42,4 @@ require("cheaty").setup({ }) ``` -To invoke the cheatsheet, just run `:Cheaty` +To invoke the cheatsheet, just run `:Cheaty`.