make cheatsheet enabled by default (#281)
This commit is contained in:
parent
1fac41047d
commit
f82b390aba
3 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue