Disable cloak
This commit is contained in:
parent
cd33c4a51d
commit
86f0796579
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue