Skip to content

Commit

Permalink
feat(editing-support): add nvim-origami (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l authored Jul 9, 2024
1 parent ccb8926 commit a683346
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/editing-support/nvim-origami/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# nvim-origami

Fold with relentless elegance.

**Repository:** <https://github.com/chrisgrieser/nvim-origami>
2 changes: 2 additions & 0 deletions lua/astrocommunity/editing-support/nvim-origami/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---@type LazySpec
return { "chrisgrieser/nvim-origami", event = "BufReadPost", opts = {} }

0 comments on commit a683346

Please sign in to comment.