Skip to content

Commit

Permalink
feat(color): add mini-hipatterns (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcromero authored Jul 18, 2023
1 parent 5975749 commit 881847d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/color/mini-hipatterns/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# mini.hipatterns

Neovim Lua plugin to highlight patterns in text. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.hipatterns>
5 changes: 5 additions & 0 deletions lua/astrocommunity/color/mini-hipatterns/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
"echasnovski/mini.hipatterns",
event = "User AstroFile",
opts = {},
}

0 comments on commit 881847d

Please sign in to comment.