Skip to content

Commit f5997c3

Browse files
committed
adding new vim link
1 parent 457bcf0 commit f5997c3

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,11 @@ <h2>Using Vim as a Python IDE</h2>
10231023
<p><a href="http://stackoverflow.com/questions/9172802/setting-up-vim-for-python">Setting up Vim for Python</a>
10241024
has a well written answer on Stack Overflow for getting started with Vim.</p>
10251025
</li>
1026+
<li>
1027+
<p>If you're writing your documentation in Markdown using Vim, be sure to
1028+
read this
1029+
<a href="http://www.swamphogg.com/2015/vim-setup/">insightful post on a Vim setup for Markdown</a>.</p>
1030+
</li>
10261031
</ul>
10271032
<h2>Vim Plugin Managers</h2>
10281033
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-10-01T11:59:35Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-10-02T14:27:31Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ ready to take that step.
185185
* [Setting up Vim for Python](http://stackoverflow.com/questions/9172802/setting-up-vim-for-python)
186186
has a well written answer on Stack Overflow for getting started with Vim.
187187

188+
* If you're writing your documentation in Markdown using Vim, be sure to
189+
read this
190+
[insightful post on a Vim setup for Markdown](http://www.swamphogg.com/2015/vim-setup/).
191+
188192

189193
## Vim Plugin Managers
190194
* [Vundle](https://github.com/gmarik/Vundle.vim) comes highly recommended

vim.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ <h2>Using Vim as a Python IDE</h2>
215215
<p><a href="http://stackoverflow.com/questions/9172802/setting-up-vim-for-python">Setting up Vim for Python</a>
216216
has a well written answer on Stack Overflow for getting started with Vim.</p>
217217
</li>
218+
<li>
219+
<p>If you're writing your documentation in Markdown using Vim, be sure to
220+
read this
221+
<a href="http://www.swamphogg.com/2015/vim-setup/">insightful post on a Vim setup for Markdown</a>.</p>
222+
</li>
218223
</ul>
219224
<h2>Vim Plugin Managers</h2>
220225
<ul>

0 commit comments

Comments
 (0)