diff --git a/guide/english/developer-tools/source-code-editors/index.md b/guide/english/developer-tools/source-code-editors/index.md index 30d69772c2..00e21c5982 100644 --- a/guide/english/developer-tools/source-code-editors/index.md +++ b/guide/english/developer-tools/source-code-editors/index.md @@ -69,3 +69,11 @@ Notepad++ is a free, open source code editor, that runs in the Microsoft Windows notepad-plus-plus.org +### VIM + +![VIM Icon](https://www.vim.org/images/vim_header.gif) + +VIM is an advanced text editor open source tool which is also considered to be an IDE in its way. This tool allows managing your text editing activities with vim editors and UNIX System which can be used on-premise or online. It is written in C. Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. + +vim.org +