Skip to content

Commit 5b12879

Browse files
committed
new vim resources
1 parent d03b55b commit 5b12879

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

content/pages/02-development-environments/02-vim.markdown

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ to get started with these tutorials.
125125
takes the PacMan theme and teaches you how to use Vim by forcing you
126126
to move around and use Vim commands while gaming.
127127

128+
* [Ten years of Vim](https://matthias-endler.de/2018/ten-years-of-Vim/)
129+
provides an insightful retrospective on one experienced developer's
130+
journey with using Vim as a primary text editor and development
131+
environment. I found the part about going overboard with plugins before
132+
switching back to a simpler configuration fascinating because it is
133+
the same path I've found myself taking as I approach my own ten year
134+
mark with Vim.
135+
128136
* [Vim Adventures](http://vim-adventures.com/) is a cute, fun browser-based
129137
game that helps you learn Vim commands by playing through the adventure.
130138

@@ -209,17 +217,6 @@ ready to take that step.
209217
[insightful post on a Vim setup for Markdown](http://www.swamphogg.com/2015/vim-setup/).
210218

211219

212-
## Vim Plugin Managers
213-
* [Vundle](https://github.com/gmarik/Vundle.vim) comes highly recommended
214-
as a plugin manager for Vim.
215-
216-
* [Pathogen](https://github.com/tpope/vim-pathogen) is a widely used
217-
plugin manager.
218-
219-
* [Vim-plug](https://github.com/junegunn/vim-plug) bills itself as a
220-
minimalistic Vim plugin manager.
221-
222-
223220
## Vim Plugin resources
224221
* [5 Essential VIM Plugins That Greatly Increase my Productivity](http://joelhooks.com/blog/2013/04/23/5-essential-vim-plugins/)
225222
covers the author's experience with the Vundle, NERDTree, ctrlp, Syntastic
@@ -236,3 +233,18 @@ ready to take that step.
236233
* [VimAwesome](https://vimawesome.com/) is a directory of Vim plugins sourced
237234
from Vim.org, GitHub and user submissions.
238235

236+
237+
## Vim Plugin Managers
238+
If you use many Vim plugins together it is really handy to have a plugin
239+
managers to sort out all of the dependencies. The following plugin managers
240+
are the most commonly-used ones in the Vim ecosystem.
241+
242+
* [Vundle](https://github.com/gmarik/Vundle.vim) comes highly recommended
243+
as a plugin manager for Vim.
244+
245+
* [Pathogen](https://github.com/tpope/vim-pathogen) is a widely used
246+
plugin manager.
247+
248+
* [Vim-plug](https://github.com/junegunn/vim-plug) bills itself as a
249+
minimalistic Vim plugin manager.
250+

0 commit comments

Comments
 (0)