From d16fac5e2f77fc5fa853755cbcb7f9bfb0af22fd Mon Sep 17 00:00:00 2001 From: tangyouhua Date: Sun, 3 Jul 2016 09:23:44 +0800 Subject: [PATCH] update YouCompleteMe detail link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8913fa5..05392dd 100644 --- a/README.md +++ b/README.md @@ -1096,7 +1096,7 @@ Python 实现的算法和设计模式。 * SublimeJEDI:一个 Sublime Text 插件,用来使用超赞的自动补全库 Jedi。[官网](https://github.com/srusskih/SublimeJEDI) * Anaconda:Anaconda 把你的 Sublime Text 3 变成一个功能齐全的 Python IDE。[官网](https://github.com/DamnWidget/anaconda) * Vim - * YouCompleteMe:引入基于 [Jedi](https://github.com/davidhalter/jedi) 的 Python 自动补全引擎。[官网](https://github.com/Valloric/YouCompleteMe) + * [YouCompleteMe](http://hao.jobbole.com/youcompleteme/):引入基于 [Jedi](https://github.com/davidhalter/jedi) 的 Python 自动补全引擎。[官网](https://github.com/Valloric/YouCompleteMe) * Jedi-vim:绑定 Vim 和 Jedi 自动补全库对 Python 进行自动补全。[官网](https://github.com/davidhalter/jedi-vim) * Python-mode:将 Vim 变成 Python IDE 的一款多合一插件。[官网](https://github.com/klen/python-mode) * Visual Studio