Add site metadata
This commit is contained in:
parent
f1c1d2b0c7
commit
0621273b74
11
README.md
11
README.md
@ -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
|
# Vim-ArgWrap
|
||||||
|
|
||||||
ArgWrap is an industrial strength argument wrapping and unwrapping extension for the Vim text editor. It can be used for
|
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
|
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.
|
reversible and correctly preserve the indentation of the surrounding code.
|
||||||
|
|
||||||
![](https://foosoft.net/projects/vim-argwrap/img/demo.gif)
|
![](img/demo.gif)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
BIN
img/demo.gif
Normal file
BIN
img/demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
Loading…
Reference in New Issue
Block a user