From b7ab04737887911444b70e051989ecccb0a38ef0 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 3 Jul 2015 16:44:48 +0900 Subject: [PATCH] Updating README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b273038..0b527f9 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,16 @@ information. [pathogen.vim](https://github.com/tpope/vim-pathogen) for plugin management (you should) you can clone the repository directly to your bundle directory: - `git clone https://github.com/FooSoft/vim-argwrap ~/.vim/bundle/vim-argwrap` + ``` + git clone https://github.com/FooSoft/vim-argwrap ~/.vim/bundle/vim-argwrap + ``` 2. Create a keyboard binding for the `ArgWrap` command inside your `~/.vimrc` file. For example, to declare a normal mode mapping, add the following command: - `nnoremap a :ArgWrap` + ``` + nnoremap a :ArgWrap + ``` 3. You can customize the wrapping/unwrapping behavior of this extension by setting values for any of the following optional buffer and global variables in your `.vimrc` file: