fix(ide): cloak not being initiated

This commit is contained in:
Guz
2024-12-07 12:18:25 -03:00
parent 9e0881dfc8
commit b194e4dd43

View File

@@ -104,8 +104,16 @@ return {
-- Environment variables and secrets hidding
{
"cloak-nvim",
"cloak.nvim",
ft = { "sh" },
cmd = {
"CloakDisable",
"CloakEnable",
"CloakToggle",
},
after = function()
require("cloak").setup()
end,
},
{