From ce0113ea374c1a83def87580543c4d6d545719fd Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Fri, 10 Jun 2022 16:50:35 +0800 Subject: [PATCH] docs(experience): add user experiences --- docs/quick-start-guide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index 8c773678c..d6e35ce12 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -21,6 +21,7 @@ It will give you a good idea of what SpaceVim is like. - [Configuration](#configuration) - [Online tutorials](#online-tutorials) - [Learning SpaceVim](#learning-spacevim) +- [User experiences](#user-experiences) @@ -156,3 +157,9 @@ A list of guides for programming language support: The SpaceVim Documentation will introduce you to the main topics important to using SpaceVim. The book is the primary official document of SpaceVim. - [Hack-SpaceVim](https://github.com/Gabirel/Hack-SpaceVim). Teaches you how to hack SpaceVim. + +## User experiences + +Here is a list of User experiences about using SpaceVim: + +- [Vim as an IDE, not the text editor](https://blog.ghaiklor.com/2019/10/12/vim-as-an-ide-not-the-text-editor/) - Eugene Obrezkov