Skip to content

Commit

Permalink
feat(editing-support): add hypersonic.nvim (#389)
Browse files Browse the repository at this point in the history
* feat(editing-support): add hypersonic.nvim

* Update lua/astrocommunity/editing-support/hypersonic-nvim/README.md

Co-authored-by: Oli <[email protected]>

---------

Co-authored-by: Oli <[email protected]>
  • Loading branch information
Uzaaft and owittek authored Jul 9, 2023
1 parent a67d356 commit 04aa7e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/editing-support/hypersonic-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Hypersonic.nvim

A Neovim plugin that provides an explanation for regular expressions.

**Repository:** <https://github.com/tomiis4/hypersonic.nvim>


6 changes: 6 additions & 0 deletions lua/astrocommunity/editing-support/hypersonic-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"tomiis4/Hypersonic.nvim",
event = "CmdlineEnter",
cmd = "Hypersonic",
opts = {},
}

0 comments on commit 04aa7e0

Please sign in to comment.