1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:40:06 +08:00

Merge pull request #1712 from DrWowa/python-layer-doc

Fix layer activation command and typo in Python layer docs
This commit is contained in:
Wang Shidong 2018-05-11 20:20:28 +08:00 committed by GitHub
commit bb50e1072c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,14 +29,14 @@ 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)
- Auto-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)
## Install
### Layer
To use this configuration layer, add `SPLayer 'lang#python'` to your custom configuration file.
To use this configuration layer, add `call SpaceVim#layers#load('lang#python')` to your custom configuration file.
### Syntax Checking