Add site metadata

This commit is contained in:
Alex Yatskov 2021-12-14 20:01:17 -08:00
parent f1c1d2b0c7
commit 0621273b74
2 changed files with 10 additions and 1 deletions

View File

@ -1,10 +1,19 @@
<!-- +++
Area = "projects"
GitHub = "vim-argwrap"
Layout = "page"
Tags = ["argwrap", "vim", "mit license", "vimscript"]
Description = "Wrap and unwrap function arguments, lists, and dictionaries in Vim."
Collection = "ProjectsActive"
+++ -->
# Vim-ArgWrap
ArgWrap is an industrial strength argument wrapping and unwrapping extension for the Vim text editor. It can be used for
collapsing and expanding everything from function calls to array and dictionary definitions. All operations are easily
reversible and correctly preserve the indentation of the surrounding code.
![](https://foosoft.net/projects/vim-argwrap/img/demo.gif)
![](img/demo.gif)
## Installation

BIN
img/demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB