mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-22 17:05:42 +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:
commit
bb50e1072c
@ -29,14 +29,14 @@ This layer is for Python development.
|
|||||||
|
|
||||||
## Features
|
## 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)
|
- Documentation Lookup using [jedi-vim](https://github.com/davidhalter/jedi-vim)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
### Layer
|
### 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
|
### Syntax Checking
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user