From 6baedfe1e5243d9664fce5168db3628f776a1c5d Mon Sep 17 00:00:00 2001 From: Vladimir Mosienko Date: Fri, 11 May 2018 17:08:39 +0500 Subject: [PATCH] Fix layer activation command and typo --- docs/layers/lang/python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/layers/lang/python.md b/docs/layers/lang/python.md index 7da750152..5c6f7287e 100644 --- a/docs/layers/lang/python.md +++ b/docs/layers/lang/python.md @@ -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