Revert "remove cheatsheet.nvim for now"

This reverts commit f3fe3d46c8.
This commit is contained in:
siduck76
2021-09-24 18:31:42 +05:30
parent f3fe3d46c8
commit 22f89cfeef
5 changed files with 78 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ M.plugin_status = {
autosave = false, -- to autosave files
blankline = true, -- beautified blank lines
bufferline = true, -- buffer shown as tabs
cheatsheet = true, -- fuzzy search your commands/keymappings
colorizer = true,
comment = true, -- universal commentor
dashboard = false, -- a nice looking dashboard
@@ -147,6 +148,10 @@ M.mappings.plugin = {
moveUp = "<C-k>",
moveDown = "<C-j>",
},
chadsheet = {
default_keys = "<leader>dk",
user_keys = "<leader>uk",
},
comment = {
toggle = "<leader>/", -- trigger comment on a single/selected lines/number prefix
},