diff --git a/lua/astrocommunity/editing-support/nvim-origami/README.md b/lua/astrocommunity/editing-support/nvim-origami/README.md new file mode 100644 index 000000000..8b8bf0fb6 --- /dev/null +++ b/lua/astrocommunity/editing-support/nvim-origami/README.md @@ -0,0 +1,5 @@ +# nvim-origami + +Fold with relentless elegance. + +**Repository:** diff --git a/lua/astrocommunity/editing-support/nvim-origami/init.lua b/lua/astrocommunity/editing-support/nvim-origami/init.lua new file mode 100644 index 000000000..b09659bcf --- /dev/null +++ b/lua/astrocommunity/editing-support/nvim-origami/init.lua @@ -0,0 +1,2 @@ +---@type LazySpec +return { "chrisgrieser/nvim-origami", event = "BufReadPost", opts = {} }