Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Cheat.nvim

A Neovim plugin to search code snippets on cheat.sh

Installation

Using lazy.nvim

use {
  "Theacebutler/cheat.nvim",
  config = function()
    require("cheat").setup({
      -- open the cheat window with a key, default is <leader>sc
      open = "<leader>sc",
    })
  end,
}

Usage

:Cheat to open the cheat window with the query entered in the command line

Contributing

Feel free to open issues and pull requests

License

MIT License Copyright (c) 2022 Theacebutler

About

A cheat.sh client for nvim

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages