Skip to content

Commit 62e7470

Browse files
committed
add direct vim link and source code ref
1 parent 7440369 commit 62e7470

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ meta: Vim is a text editor with powerful string manipulation capabilities. Find
88

99

1010
# Vim
11-
Vim, short for Vi IMproved, is a configurable text editor often used as
11+
[Vim](https://www.vim.org/) ([source code](https://github.com/vim/vim)),
12+
short for Vi IMproved, is a configurable text editor often used as
1213
a Python development environment. Vim proponents commonly cite the numerous
1314
plugins, Vimscript and logical command language as major Vim strengths.
1415

15-
<a href="http://www.vim.org/" style="border:none"><img src="/img/logos/vim-the-editor.jpg" width="100%" alt="Vim logo." class="shot rnd outl"></a>
16+
<a href="https://www.vim.org/" style="border:none"><img src="/img/logos/vim-the-editor.jpg" width="100%" alt="Vim logo." class="shot rnd outl"></a>
1617

1718

1819
## Why is Vim a good Python development environment?

0 commit comments

Comments
 (0)