mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:30:03 +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
|
||||
|
||||
- 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user