A Neovim plugin to search code snippets on cheat.sh
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,
}:Cheat to open the cheat window with the query entered in the command line
Feel free to open issues and pull requests
MIT License Copyright (c) 2022 Theacebutler