Skip to content

StikyPiston/cheaty.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Cheaty.nvim

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

Installation

vim.pack

vim.pack.add({
    "https://github.com/stikypiston/cheaty.nvim"
})

Configuration

You can write your cheatsheet in Markdown, to have some nice formatting.

This is the default config, tweak it to your liking:

require("cheaty").setup({
    keymap = "<leader>cs",
    width  = 0.6,
    height = 0.6,
    cheatsheet = {
        "# This is a sample cheatsheet!",
        "Tailor it to your liking in the config!"
    }
})

About

A simple plugin that allows you to create a configurable pop-up cheatsheet!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages