Skip to content

Commit 4a0f257

Browse files
committed
Update vim-resources page
1 parent d96e841 commit 4a0f257

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

vim-resources.md

+20-8
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,27 @@ permalink: /vim-resources/
2424

2525
## Articles
2626

27-
- [Everyone Who Tried to Convince Me to use Vim was Wrong][10]
27+
- [An Improved vim-rspec Workflow][10]
28+
- [Everyone Who Tried to Convince Me to use Vim was Wrong][11]
29+
- [The Vim Learning Curve is a Myth][12]
30+
- [To Vim][13]
31+
- [Turning vim into an IDE through vim plugins][14]
32+
- [Vim Croquet][15]
33+
- [Vim Text Objects: The Definitive Guide](http://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/)
34+
- [Vim: revisited](http://mislav.net/2011/12/vim-revisited/)
2835

2936
## Themes
3037

31-
- [~/.vim/colors][11]
38+
- [~/.vim/colors][16]
3239

3340
## Lists of plugins
3441

35-
- [VimAwesome][12]
42+
- [VimAwesome][17]
3643
- [:best of Vim](http://www.bestofvim.com/plugin/)
3744

3845
## Other
3946

40-
- [neovim][13]
47+
- [neovim][18]
4148

4249

4350
[1]: https://pragprog.com/book/dnvim/practical-vim
@@ -49,7 +56,12 @@ permalink: /vim-resources/
4956
[7]: http://vim-adventures.com/
5057
[8]: https://www.shortcutfoo.com/app/dojos/vim
5158
[9]: http://vimgolf.com/
52-
[10]: http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convince-me-to-use-vim-was-wrong/
53-
[11]: http://vimcolors.com/
54-
[12]: http://vimawesome.com/
55-
[13]: https://neovim.io/
59+
[10]: https://robots.thoughtbot.com/an-improved-vim-rspec-workflow
60+
[11]: http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convince-me-to-use-vim-was-wrong/
61+
[12]: https://robots.thoughtbot.com/the-vim-learning-curve-is-a-myth
62+
[13]: http://ianhocking.com/2013/11/17/to-vim/
63+
[14]: https://www.safaribooksonline.com/blog/2014/11/23/way-vim-ide/
64+
[15]: http://www.drbunsen.org/vim-croquet/
65+
[16]: http://vimcolors.com/
66+
[17]: http://vimawesome.com/
67+
[18]: https://neovim.io/

0 commit comments

Comments
 (0)