From 6cc0fc64864169c108e8e5d69febc5041463c750 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 23 Oct 2022 16:21:01 +0800 Subject: [PATCH] docs(python): update tutorial for python --- docs/_posts/2018-09-27-use-vim-as-a-python-ide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/_posts/2018-09-27-use-vim-as-a-python-ide.md b/docs/_posts/2018-09-27-use-vim-as-a-python-ide.md index 0c07a81cd..8e943630a 100644 --- a/docs/_posts/2018-09-27-use-vim-as-a-python-ide.md +++ b/docs/_posts/2018-09-27-use-vim-as-a-python-ide.md @@ -3,6 +3,7 @@ title: "Use Vim as a Python IDE" categories: [tutorials, blog] description: "A general guide for using SpaceVim as Python IDE, including layer configuration, requiems installation and usage." type: article +image: https://user-images.githubusercontent.com/13142418/197381840-821cc059-0aad-42fd-bc39-d5fa16a824f7.png comments: true commentsID: "Use Vim as a Python IDE" --- @@ -12,6 +13,8 @@ commentsID: "Use Vim as a Python IDE" This tutorial introduces you to SpaceVim as a Python environment, by using the `lang#python` layer, you make SpaceVim into a great lightweight Python IDE. +![python-ide](https://user-images.githubusercontent.com/13142418/197381840-821cc059-0aad-42fd-bc39-d5fa16a824f7.png) + Each of the following sections will be covered: @@ -30,7 +33,7 @@ Each of the following sections will be covered: This tutorial is not intended to teach you Python itself. -If you have any problems, feel free to join the [SpaceVim gitter chatting room](https://gitter.im/SpaceVim/SpaceVim) for general discussion. +If you have any problems, feel free to join the [chatting room](https://chat.mozilla.org/#/room/#spacevim:matrix.org) for general discussion. ### Enable language layer