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

@@ -77,7 +77,6 @@ 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
@@ -148,10 +147,6 @@ 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
},