Skip to content

Commit

Permalink
feat(editing-support): Add cloak.nvim (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored and mehalter committed Feb 15, 2024
1 parent 0151343 commit 3b88193
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/editing-support/cloak-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Cloak.nvim

Cloak allows you to overlay *'s over defined patterns in defined files.

**Repository:** <https://github.com/laytan/cloak.nvim>
7 changes: 7 additions & 0 deletions lua/astrocommunity/editing-support/cloak-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---@type LazySpec
return {
"laytan/cloak.nvim",
opts = {},
event = "User AstroFile",
cmd = { "CloakDisable", "CloakEnable", "CloakToggle" },
}

0 comments on commit 3b88193

Please sign in to comment.