remove cheatsheet.nvim
This commit is contained in:
parent
3d0a0e53f7
commit
cc48bfb5c8
4 changed files with 1 additions and 73 deletions
|
|
@ -61,7 +61,6 @@ M.plugins = {
|
|||
autosave = false, -- to autosave files
|
||||
blankline = true, -- show code scope with symbols
|
||||
bufferline = true, -- list open buffers up the top, easy switching too
|
||||
cheatsheet = true, -- search your commands/keymappings
|
||||
colorizer = true, -- color RGB, HEX, CSS, NAME color codes
|
||||
comment = true, -- easily (un)comment code, language aware
|
||||
dashboard = false, -- NeoVim 'home screen' on open
|
||||
|
|
@ -153,11 +152,6 @@ M.mappings.plugins = {
|
|||
next_buffer = "<TAB>", -- next buffer
|
||||
prev_buffer = "<S-Tab>", -- previous buffer
|
||||
},
|
||||
-- search your commands/keymappings
|
||||
cheatsheet = {
|
||||
default_keys = "<leader>dk",
|
||||
user_keys = "<leader>uk",
|
||||
},
|
||||
-- easily (un)comment code, language aware
|
||||
comment = {
|
||||
toggle = "<leader>/", -- toggle comment (works on multiple lines)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue