✨ feat(nvim): add cmd and keymaps to the cloak extra
This commit is contained in:
parent
1d3760cf96
commit
5dbfcff5db
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
return {
|
return {
|
||||||
"laytan/cloak.nvim",
|
"laytan/cloak.nvim",
|
||||||
event = "BufRead .env*",
|
event = "BufRead .env*",
|
||||||
|
cmd = { "CloakDisable", "CloakEnable", "CloakToggle" },
|
||||||
opts = {},
|
opts = {},
|
||||||
|
-- stylua: ignore
|
||||||
|
keys = {
|
||||||
|
{ "<leader>ck", function() require("cloak").toggle() end, desc = "Toggle Cloak" },
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue