make cheatsheet enabled by default (#281)
This commit is contained in:
parent
1fac41047d
commit
f82b390aba
@ -62,7 +62,7 @@ M.plugin_status = {
|
|||||||
nvim_comment = true,
|
nvim_comment = true,
|
||||||
neoscroll_nvim = true,
|
neoscroll_nvim = true,
|
||||||
telescope_media = true,
|
telescope_media = true,
|
||||||
cheatsheet = false,
|
cheatsheet = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- make sure you dont use same keys twice
|
-- make sure you dont use same keys twice
|
||||||
|
@ -61,7 +61,7 @@ M.plugin_status = {
|
|||||||
nvim_comment = true,
|
nvim_comment = true,
|
||||||
neoscroll_nvim = true,
|
neoscroll_nvim = true,
|
||||||
telescope_media = true,
|
telescope_media = true,
|
||||||
cheatsheet = false,
|
cheatsheet = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- make sure you dont use same keys twice
|
-- make sure you dont use same keys twice
|
||||||
|
@ -184,6 +184,7 @@ return packer.startup(function()
|
|||||||
{
|
{
|
||||||
"sudormrfbin/cheatsheet.nvim",
|
"sudormrfbin/cheatsheet.nvim",
|
||||||
disable = not plugin_status.cheatsheet,
|
disable = not plugin_status.cheatsheet,
|
||||||
|
event = "VimEnter",
|
||||||
after = "telescope.nvim",
|
after = "telescope.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require "plugins.chadsheet"
|
require "plugins.chadsheet"
|
||||||
|
Loading…
Reference in New Issue
Block a user