Revert "add cheatsheet.nvim"

This reverts commit e8b919723e.
This commit is contained in:
siduck
2021-11-15 22:51:51 +05:30
parent 1567a9c73a
commit aa9667a5de
5 changed files with 2 additions and 77 deletions

View File

@@ -169,15 +169,4 @@ M.telescope_media = function()
map("n", m.media_files, ":Telescope media_files <CR>")
end
M.cheatsheet = function()
local m = plugin_maps.cheatsheet
map("n", m.default_keys, ":lua require('cheatsheet').show_cheatsheet_telescope() <CR>")
map(
"n",
m.user_keys,
":lua require('cheatsheet').show_cheatsheet_telescope{bundled_cheatsheets = false, bundled_plugin_cheatsheets = false } <CR>"
)
end
return M