diff options
author | Teddy Wing | 2014-09-10 15:40:01 -0400 |
---|---|---|
committer | Teddy Wing | 2014-09-10 15:40:01 -0400 |
commit | 3f5639d83e02731cd9c5a4daac772d3a42ae595c (patch) | |
tree | edecfdcf194b612f2d0c21497961ce8556528ba7 | |
parent | c769a8c508c7e2668128a469dc4d5aea98f03706 (diff) | |
download | dotvim-3f5639d83e02731cd9c5a4daac772d3a42ae595c.tar.bz2 |
README: Update plugin list
* Delete mentions of removed plugins (commentary.vim and TabBar)
* Add an entry for tcomment
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -25,7 +25,6 @@ Currently requires: * [pathogen.vim](https://github.com/tpope/vim-pathogen): plugin management * [Command-T](https://github.com/wincent/Command-T): easy file loading * [NerdTree](https://github.com/scrooloose/nerdtree): pleasant file browser -* [commentary.vim](https://github.com/tpope/vim-commentary): easy code commenting * [PreserveNoEOL](https://github.com/vim-scripts/PreserveNoEOL/): preserve EOLs * [EasyGrep](https://github.com/vim-scripts/EasyGrep): easy find and replace in project * [Indent Guides](https://github.com/nathanaelkane/vim-indent-guides): show tab stops @@ -34,11 +33,7 @@ Currently requires: * [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 * [scala](https://github.com/derekwyatt/vim-scala): plugin for Scala development - - -Disabled plugins: - -* [TabBar](https://github.com/vim-scripts/TabBar): show buffers in tabs +* [tcomment](https://github.com/tomtom/tcomment_vim): easy code commenting ## License |