local cheatsheet = require("cheatsheet") cheatsheet.setup({}) local opts = { noremap = true, silent = true } opts.desc = "Show Cheatsheet" vim.keymap.set("n", "\\", "Cheatsheet", opts) -- toggle file explorer