diff options
author | Teddy Wing | 2015-07-13 21:08:17 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-13 21:08:17 -0400 |
commit | ec304f8df6d2940e53c6aecd824429362066633e (patch) | |
tree | 35b108e4e5dec3fe41eb0bf117c5a564e5b34aa5 | |
parent | 43aba19c0a4b2e520d7806335da5e2a4116b294b (diff) | |
download | dotvim-ec304f8df6d2940e53c6aecd824429362066633e.tar.bz2 |
README: Remove Command-T from the plugin list
Now that I've removed Command-T
(236fcf4d68da2c5076b37081dc13ff4b865c528a), we should remove it from the
list.
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ Currently requires: ## Plugins * [pathogen.vim](https://github.com/tpope/vim-pathogen): plugin management -* [Command-T](https://github.com/wincent/Command-T): easy file loading * [PreserveNoEOL](https://github.com/vim-scripts/PreserveNoEOL/): preserve EOLs * [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 |