Disable cloak

This commit is contained in:
Simon Lasbrugnas 2023-07-20 13:34:29 +02:00
parent cd33c4a51d
commit 86f0796579

View file

@ -1,5 +1,5 @@
require("cloak").setup({ require("cloak").setup({
enabled = true, enabled = false,
cloak_character = "*", cloak_character = "*",
-- The applied highlight group (colors) on the cloaking, see `:h highlight`. -- The applied highlight group (colors) on the cloaking, see `:h highlight`.
highlight_group = "Comment", highlight_group = "Comment",