1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-17 21:25:45 +08:00
SpaceVim/docs/layers/lang/python.md
2017-12-07 23:19:13 +08:00

23 lines
628 B
Markdown

---
title: "SpaceVim lang#python layer"
description: "This layer is for Python development, provide autocompletion, syntax checking, code format for python file."
---
# [SpaceVim Layers:](https://spacevim.org/layers) lang#python
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
<!-- vim-markdown-toc -->
## Description
This layer is for Python development.
## Features
- Aoto-completion using [deoplete-jedi](https://github.com/zchee/deoplete-jedi) or [jedi-vim](https://github.com/davidhalter/jedi-vim)
- Documentation Lookup using [jedi-vim](https://github.com/davidhalter/jedi-vim)