remove cheatsheet.nvim for now
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user