From dae7c4e43d6a6407a88e0f77093aa73bd3ecf811 Mon Sep 17 00:00:00 2001 From: recNeps Date: Sat, 7 Jun 2014 22:24:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A0=E5=9D=91=EF=BC=8CMake=20vim=20IDE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/talk/20140607 How to turn Vim into a full-fledged IDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/talk/20140607 How to turn Vim into a full-fledged IDE.md b/sources/talk/20140607 How to turn Vim into a full-fledged IDE.md index 105457c4cc..b1a34f93c3 100644 --- a/sources/talk/20140607 How to turn Vim into a full-fledged IDE.md +++ b/sources/talk/20140607 How to turn Vim into a full-fledged IDE.md @@ -1,3 +1,4 @@ +CNprober 翻译中... How to turn Vim into a full-fledged IDE ================================================================================ If you code a little, you know how handy an Integrated Development Environment (IE) can be. Java, C, Python, they all become a lot more accessible when the IDE software is checking the syntax for you, compiling in the background, or importing the libraries you need. On the other hand, if you are on Linux, you might also know how handy Vim can be when it comes to text editing. So naturally, you would like to get all the features of an IDE from Vim.