Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added learning resources and a few more links #14

Merged
merged 1 commit into from
Jul 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Plugins are organized by section and ordered alphabetically.

## Table of Contents

1. [Learning Vim](#learning-vim)
1. [Plugin Management](#plugin-management)
1. [Colors](#colors)
1. [Tools](#tools)
Expand All @@ -14,6 +15,15 @@ Plugins are organized by section and ordered alphabetically.
1. [License](#license)


## Learning Vim

* [Seven habits of effective text editing](http://www.moolenaar.net/habits.html)
* [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com/)
* [The Way of the Vim Warrior](https://github.com/dahu/LearnVim)
* [Vim Adventures](http://vim-adventures.com/)
* [Vim Tips](http://zzapper.co.uk/vimtips.html)


## Plugin Management

* [Neobundle](https://github.com/Shougo/neobundle.vim)
Expand Down Expand Up @@ -50,6 +60,7 @@ Plugins are organized by section and ordered alphabetically.
* [TextobjIndent](https://github.com/kana/vim-textobj-indent)
* [TextobjUser](https://github.com/kana/vim-textobj-user)
* [TextobjWordColumn](https://github.com/coderifous/textobj-word-column.vim)
* [Trailer Trash](https://github.com/csexton/trailertrash.vim)
* [Unimpaired](https://github.com/tpope/vim-unimpaired)
* [YankStack](https://github.com/maxbrunsfeld/vim-yankstack)

Expand Down Expand Up @@ -126,6 +137,7 @@ Plugins are organized by section and ordered alphabetically.

### Django

* [htmldjango autocomplete](https://github.com/mjbrownie/vim-htmldjango_omnicomplete)
* [Pony](https://github.com/jmcomets/vim-pony/)

### Rails
Expand All @@ -137,6 +149,8 @@ Plugins are organized by section and ordered alphabetically.
* [Vim Bootstrap](http://vim-bootstrap.com/)
* [usevim](http://usevim.com/)
* [Vim Awesome](http://vimawesome.com/)
* [Vivify](http://bytefluent.com/vivify/)
* [/r/vim](http://www.reddit.com/r/vim)

## Contributing

Expand Down