remove cheatsheet.nvim for now
This commit is contained in:
parent
0b30ed27d5
commit
f3fe3d46c8
5 changed files with 0 additions and 78 deletions
|
@ -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>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue