aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2014-09-10 15:40:01 -0400
committerTeddy Wing2014-09-10 15:40:01 -0400
commit3f5639d83e02731cd9c5a4daac772d3a42ae595c (patch)
treeedecfdcf194b612f2d0c21497961ce8556528ba7 /README.md
parentc769a8c508c7e2668128a469dc4d5aea98f03706 (diff)
downloaddotvim-3f5639d83e02731cd9c5a4daac772d3a42ae595c.tar.bz2
README: Update plugin list
* Delete mentions of removed plugins (commentary.vim and TabBar) * Add an entry for tcomment
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index e59374d..f6899e8 100644
--- a/README.md
+++ b/README.md
@@ -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