1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-10 09:40:54 +01:00

make cheatsheet enabled by default ()

This commit is contained in:
Galen Rowell 2021-08-19 00:01:02 +10:00 committed by GitHub
parent 1fac41047d
commit f82b390aba
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -62,7 +62,7 @@ M.plugin_status = {
nvim_comment = true,
neoscroll_nvim = true,
telescope_media = true,
cheatsheet = false,
cheatsheet = true,
}
-- make sure you dont use same keys twice

View file

@ -61,7 +61,7 @@ M.plugin_status = {
nvim_comment = true,
neoscroll_nvim = true,
telescope_media = true,
cheatsheet = false,
cheatsheet = true,
}
-- make sure you dont use same keys twice

View file

@ -184,6 +184,7 @@ return packer.startup(function()
{
"sudormrfbin/cheatsheet.nvim",
disable = not plugin_status.cheatsheet,
event = "VimEnter",
after = "telescope.nvim",
config = function()
require "plugins.chadsheet"