mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:50:04 +08:00
21 lines
504 B
Markdown
21 lines
504 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#python layer"
|
||
|
---
|
||
|
|
||
|
# [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)
|