feat(plugins): secret hidding with cloak.nvim
This commit is contained in:
@@ -249,6 +249,20 @@ lze.load({
|
||||
event = "BufEnter",
|
||||
},
|
||||
|
||||
-- Secrets hiding
|
||||
{
|
||||
"cloak.nvim",
|
||||
after = function()
|
||||
require("cloak").setup()
|
||||
end,
|
||||
cmd = {
|
||||
"CloakDisable",
|
||||
"CloakEnable",
|
||||
"CloakToggle",
|
||||
},
|
||||
ft = { "sh" },
|
||||
},
|
||||
|
||||
-- Treesitter
|
||||
{
|
||||
"nvim-treesitter",
|
||||
|
||||
Reference in New Issue
Block a user