From 5b72f74cf79bb6ab9bbd81f68aa2fb07844d095e Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 25 Feb 2016 13:07:16 +0100 Subject: [PATCH] Plugins: add Python section --- content/plugins.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/plugins.md b/content/plugins.md index d27fe20..fcda1e5 100644 --- a/content/plugins.md +++ b/content/plugins.md @@ -24,6 +24,7 @@ - [Java](#java) - [Javascript](#javascript) - [Lua](#lua) +- [Python](#python) - [TeX](#tex) ## By topic @@ -185,6 +186,13 @@ Also see [fuzzy finders](#fuzzy-finders). - [lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin) - [lua-inspect](https://github.com/xolox/vim-lua-inspect) +#### Python + +- [braceless](https://github.com/tweekmonster/braceless.vim) +- [flake8](https://github.com/nvie/vim-flake8) +- [jedi](https://github.com/davidhalter/jedi-vim) +- [python-mode](https://github.com/klen/python-mode) + #### TeX - [vimtex](https://github.com/lervag/vimtex)