Add YouCompleteMe to Editor Plugins

This commit is contained in:
Andriy Kohut 2014-10-09 14:33:35 +03:00
parent c6dbc7ce40
commit 014a4f80f5
1 changed files with 1 additions and 0 deletions

View File

@ -1039,6 +1039,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* Vim
* [Python-mode](https://github.com/klen/python-mode) - An all in one plugin for turning Vim into a Python IDE.
* [Jedi-vim](https://github.com/davidhalter/jedi-vim) - Vim bindings for the [Jedi](https://github.com/davidhalter/jedi) autocompletion library for Python.
* [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python
* Emacs
* [Elpy](https://github.com/jorgenschaefer/elpy) - Emacs Python Development Environment.
* Sublime Text