parent
1567a9c73a
commit
aa9667a5de
5 changed files with 2 additions and 77 deletions
|
|
@ -66,7 +66,6 @@ M.plugins = {
|
|||
bufferline = true, -- manage and preview opened buffers
|
||||
colorizer = false, -- color RGB, HEX, CSS, NAME color codes
|
||||
comment = true, -- easily (un)comment code, language aware
|
||||
cheatsheet = true,
|
||||
dashboard = false,
|
||||
esc_insertmode = true, -- map to <ESC> with no lag
|
||||
feline = true, -- statusline
|
||||
|
|
@ -172,12 +171,6 @@ M.mappings.plugins = {
|
|||
next_buffer = "<TAB>",
|
||||
prev_buffer = "<S-Tab>",
|
||||
},
|
||||
|
||||
cheatsheet = {
|
||||
default_keys = "<leader>dk",
|
||||
user_keys = "<leader>uk",
|
||||
},
|
||||
|
||||
comment = {
|
||||
toggle = "<leader>/",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -169,15 +169,4 @@ M.telescope_media = function()
|
|||
map("n", m.media_files, ":Telescope media_files <CR>")
|
||||
end
|
||||
|
||||
M.cheatsheet = function()
|
||||
local m = plugin_maps.cheatsheet
|
||||
|
||||
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
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue