1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-13 12:49:10 +08:00

Fix layer activation command and typo

This commit is contained in:
Vladimir Mosienko 2018-05-11 17:08:39 +05:00
parent bd3b7e01ef
commit 6baedfe1e5

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