diff --git a/README.md b/README.md index 670dfe4..43fcede 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ + + # 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 diff --git a/img/demo.gif b/img/demo.gif new file mode 100644 index 0000000..9024f9a Binary files /dev/null and b/img/demo.gif differ