remove cheatsheet.nvim for now

This commit is contained in:
siduck76 2021-09-24 18:22:04 +05:30
parent 0b30ed27d5
commit f3fe3d46c8
5 changed files with 0 additions and 78 deletions

View file

@ -131,17 +131,6 @@ M.bufferline = function()
map("n", m.moveDown, "<C-w>j")
end
M.chadsheet = function()
local m = plugin_maps.chadsheet
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
M.comment = function()
local m = plugin_maps.comment.toggle
map("n", m, ":CommentToggle <CR>")