diff options
author | Teddy Wing | 2014-06-14 19:20:36 -0400 |
---|---|---|
committer | Teddy Wing | 2014-06-14 19:20:36 -0400 |
commit | 2b29135aad49b866ff41b469e5632d4ed6c0cdc0 (patch) | |
tree | 20d0a8bd37c7a4413445244bbd6d7c8db45d122b /README.md | |
parent | f599a3e58fe610ff0ce3fedf3c86040a5f328a6f (diff) | |
download | dotvim-2b29135aad49b866ff41b469e5632d4ed6c0cdc0.tar.bz2 |
README: add new plugins
Add:
* surround.vim
* golang
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ Currently requires: * [Indent Guides](https://github.com/nathanaelkane/vim-indent-guides): show tab stops * [camelcasemotion](https://github.com/vim-scripts/camelcasemotion): move inside camelcase and underscored words * [Gundo](http://sjl.bitbucket.org/gundo.vim/): visual view of vim's undo tree +* [surround.vim](https://github.com/tpope/vim-surround): easier manipulation of "surrounding" characters +* [golang](https://github.com/jnwhiteh/vim-golang): mirror of the official go vim plugins Disabled plugins: |