mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-11 08:55:43 +08:00
Website: add post about first meetup (#1875)
This commit is contained in:
parent
07f8cacb13
commit
93accdaef0
docs
_config.yml
_layouts
_posts
2017-01-26-SpaceVim-release-v0.1.0.md2017-02-11-use-vim-as-a-java-ide.md2017-02-11-vim8-new-feature-timers.md2017-02-20-install-vim-or-neovim-with-python-support.md2017-03-30-SpaceVim-release-v0.2.0.md2017-05-25-mnemonic-key-bindings-navigation.md2017-05-31-SpaceVim-Newsletter-A-New-Hope.md2017-05-31-SpaceVim-release-v0.3.0.md2017-06-27-SpaceVim-release-v0.3.1.md2017-08-05-SpaceVim-release-v0.4.0.md2017-08-11-Asynchronous-plugin-manager.md2017-11-04-use-ctrl-in-terminal-and-vim.md2017-11-06-SpaceVim-release-v0.5.0.md2017-11-6-help-description-for-key-bindings.md2017-12-07-async-code-runner-in-SpaceVim.md2017-12-30-SpaceVim-release-v0.6.0.md2018-01-01-SpaceVim-Newsletter-Never-lost-never-give-up.md2018-01-23-grep-on-the-fly-in-spacevim.md2018-01-31-grep-on-the-fly-in-spacevim.md2018-06-24-first-meetup-in-hangzhou.md2018-3-18-SpaceVim-release-v0.7.0.md2018-6-18-SpaceVim-release-v0.8.0.md
wiki/en
@ -3,6 +3,8 @@ title: SpaceVim
|
|||||||
description: A community-driven vim distribution
|
description: A community-driven vim distribution
|
||||||
show_downloads: false
|
show_downloads: false
|
||||||
google_analytics: UA-89745542-1
|
google_analytics: UA-89745542-1
|
||||||
|
gitment_client_id: 8f0cd1f544d1e4219798
|
||||||
|
gitment_client_secret: a673bd197859abb8f0157b91eedf85bcbc7e4f61
|
||||||
project_repo_url: https://github.com/SpaceVim/SpaceVim
|
project_repo_url: https://github.com/SpaceVim/SpaceVim
|
||||||
url: https://spacevim.org
|
url: https://spacevim.org
|
||||||
logo: https://spacevim.org/SpaceVim.png
|
logo: https://spacevim.org/SpaceVim.png
|
||||||
|
@ -115,8 +115,8 @@
|
|||||||
owner: 'wsdjeg',
|
owner: 'wsdjeg',
|
||||||
repo: 'SpaceVim-comments',
|
repo: 'SpaceVim-comments',
|
||||||
oauth: {
|
oauth: {
|
||||||
client_id: '8f0cd1f544d1e4219798',
|
client_id: '{{ site.gitment_client_id }}',
|
||||||
client_secret: '8d44f307314216d5f9418dcc06ef32e787d39a0e',
|
client_secret: '{{ site.gitment_client_secret }}',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
gitment.render('container')
|
gitment.render('container')
|
||||||
|
@ -4,6 +4,7 @@ categories: [changelog, blog]
|
|||||||
excerpt: "First public release of SpaceVim with IDE-like UI, most language support, modular configuration"
|
excerpt: "First public release of SpaceVim with IDE-like UI, most language support, modular configuration"
|
||||||
type: NewsArticle
|
type: NewsArticle
|
||||||
comments: true
|
comments: true
|
||||||
|
commentsID: "SpaceVim release v0.1.0"
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Changelogs](development#changelog) > SpaceVim release v0.1.0
|
# [Changelogs](development#changelog) > SpaceVim release v0.1.0
|
||||||
|
@ -5,6 +5,7 @@ excerpt: "I am a vimmer and a java developer. Here are some useful plugins for d
|
|||||||
redirect_from: "/2017/02/11/use-vim-as-a-java-ide.html"
|
redirect_from: "/2017/02/11/use-vim-as-a-java-ide.html"
|
||||||
type: BlogPosting
|
type: BlogPosting
|
||||||
comments: true
|
comments: true
|
||||||
|
commentsID: "Use Vim as a Java IDE"
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Blogs](https://spacevim.org/community#blogs) > Use Vim as a Java IDE
|
# [Blogs](https://spacevim.org/community#blogs) > Use Vim as a Java IDE
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: "VIM 8 新特性之旅: 定时器 (timers)"
|
title: "VIM 8 新特性之旅: 定时器 (timers)"
|
||||||
categories: blog_cn
|
categories: [blog_cn, feature_cn]
|
||||||
excerpt: "VIM 8 新特性之旅系列教程 - 定时器, 介绍定时器具体使用方法以及场景"
|
excerpt: "VIM 8 新特性之旅系列教程 - 定时器, 介绍定时器具体使用方法以及场景"
|
||||||
permalink: /cn/:title/
|
permalink: /cn/:title/
|
||||||
redirect_from: "/vim8-new-feature-timers-zh_cn/"
|
redirect_from: "/vim8-new-feature-timers-zh_cn/"
|
||||||
lang: cn
|
lang: cn
|
||||||
|
comments: true
|
||||||
|
commentsID: "Vim8 最新特性: timers"
|
||||||
---
|
---
|
||||||
|
|
||||||
# 定时器( timer )
|
# 定时器( timer )
|
||||||
|
@ -3,6 +3,7 @@ title: "Install vim/neovim with python support"
|
|||||||
categories: blog
|
categories: blog
|
||||||
excerpt: "How to build vim or neovim from source with python enabled?"
|
excerpt: "How to build vim or neovim from source with python enabled?"
|
||||||
comments: true
|
comments: true
|
||||||
|
commentsID: "Install vim/neovim with python support"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: SpaceVim release v0.2.0
|
|||||||
categories: [changelog, blog]
|
categories: [changelog, blog]
|
||||||
excerpt: "Mnemonic key bindings in SpaceVim"
|
excerpt: "Mnemonic key bindings in SpaceVim"
|
||||||
type: NewsArticle
|
type: NewsArticle
|
||||||
|
commentsID: "SpaceVim release v0.2.0"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: "Mnemonic key bindings navigation"
|
|||||||
categories: [feature, blog]
|
categories: [feature, blog]
|
||||||
excerpt: "Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help, etc…"
|
excerpt: "Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help, etc…"
|
||||||
image: https://user-images.githubusercontent.com/13142418/31550099-c8173ff8-b062-11e7-967e-6378a9c3b467.gif
|
image: https://user-images.githubusercontent.com/13142418/31550099-c8173ff8-b062-11e7-967e-6378a9c3b467.gif
|
||||||
|
commentsID: "Mnemonic key bindings navigation"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: Newsletter #1 - A New Hope
|
title: "Newsletter #1 - A New Hope"
|
||||||
categories: [newsletter, blog]
|
categories: [newsletter, blog]
|
||||||
excerpt: "A new hope: turn vim/neovim to be an IDE for most languages"
|
excerpt: "A new hope: turn vim/neovim to be an IDE for most languages"
|
||||||
comments: true
|
comments: true
|
||||||
|
commentsID: "Newsletter: A New Hope"
|
||||||
---
|
---
|
||||||
|
|
||||||
# [newsletter](https://spacevim.org/development#newsletter) > A New Hope
|
# [newsletter](https://spacevim.org/development#newsletter) > A New Hope
|
||||||
|
@ -3,6 +3,7 @@ title: SpaceVim release v0.3.0
|
|||||||
categories: [changelog, blog]
|
categories: [changelog, blog]
|
||||||
excerpt: "Here you can check what has been done so far."
|
excerpt: "Here you can check what has been done so far."
|
||||||
type: NewsArticle
|
type: NewsArticle
|
||||||
|
commentsID: "SpaceVim release v0.3.0"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: SpaceVim release v0.3.1
|
|||||||
categories: [changelog, blog]
|
categories: [changelog, blog]
|
||||||
excerpt: "Here you can check what has been done so far."
|
excerpt: "Here you can check what has been done so far."
|
||||||
type: NewsArticle
|
type: NewsArticle
|
||||||
|
commentsID: "SpaceVim release v0.3.1"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: SpaceVim release v0.4.0
|
|||||||
categories: [changelog, blog]
|
categories: [changelog, blog]
|
||||||
excerpt: "Here you can check what has been done so far."
|
excerpt: "Here you can check what has been done so far."
|
||||||
type: NewsArticle
|
type: NewsArticle
|
||||||
|
commentsID: "SpaceVim release v0.4.0"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ title: "Asynchronous plugin manager"
|
|||||||
categories: [feature, blog]
|
categories: [feature, blog]
|
||||||
description: "Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly"
|
description: "Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly"
|
||||||
image: https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif
|
image: https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif
|
||||||
comments: true
|
|
||||||
commentsID: "Asynchronous plugin manager"
|
commentsID: "Asynchronous plugin manager"
|
||||||
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "VIM 中 ctrl 相关的组合键的使用"
|
title: "VIM 中 ctrl 相关的组合键的使用"
|
||||||
categories: blog_cn
|
categories: [blog_cn, feature_cn]
|
||||||
excerpt: "枚举 Vim 内置的 Ctrl 组合键功能,以及终端下的一些区别"
|
excerpt: "枚举 Vim 内置的 Ctrl 组合键功能,以及终端下的一些区别"
|
||||||
comments: true
|
comments: true
|
||||||
|
commentsID: "VIM 中 ctrl 相关的组合键的使用"
|
||||||
lang: cn
|
lang: cn
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: SpaceVim release v0.5.0
|
|||||||
categories: [changelog, blog]
|
categories: [changelog, blog]
|
||||||
excerpt: "SpaceVim v0.5.0 comes out with five new language layer and many new features"
|
excerpt: "SpaceVim v0.5.0 comes out with five new language layer and many new features"
|
||||||
type: NewsArticle
|
type: NewsArticle
|
||||||
|
commentsID: "SpaceVim release v0.5.0"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: "Help description for key bindings"
|
|||||||
categories: [feature, blog]
|
categories: [feature, blog]
|
||||||
excerpt: "Key bindings are defined with help description, this feature is for getting Help description and jump to the position where the key bindings is defined."
|
excerpt: "Key bindings are defined with help description, this feature is for getting Help description and jump to the position where the key bindings is defined."
|
||||||
image: https://user-images.githubusercontent.com/13142418/34907415-c2cf7e88-f843-11e7-92d3-ef0f9b1b72ae.gif
|
image: https://user-images.githubusercontent.com/13142418/34907415-c2cf7e88-f843-11e7-92d3-ef0f9b1b72ae.gif
|
||||||
|
commentsID: "Help description for key bindings"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
title: "An async code runner in SpaceVim"
|
title: "An async code runner in SpaceVim"
|
||||||
categories: blog
|
categories: blog
|
||||||
excerpt: "A better way for running code with in vim, more info about the command status, will not move cursor from code buffer."
|
excerpt: "A better way for running code with in vim, more info about the command status, will not move cursor from code buffer."
|
||||||
|
commentsID: "An async code runner in SpaceVim"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ categories: [changelog, blog]
|
|||||||
excerpt: "Many new features come out with v0.6.0, including c/cpp suport and code runner"
|
excerpt: "Many new features come out with v0.6.0, including c/cpp suport and code runner"
|
||||||
type: NewsArticle
|
type: NewsArticle
|
||||||
image: https://user-images.githubusercontent.com/13142418/33793078-3446cb6e-dc76-11e7-9998-376a355557a4.png
|
image: https://user-images.githubusercontent.com/13142418/33793078-3446cb6e-dc76-11e7-9998-376a355557a4.png
|
||||||
|
commentsID: "SpaceVim release v0.6.0"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: "Newsletter #2 - Never lost, Never give up"
|
|||||||
categories: [newsletter, blog]
|
categories: [newsletter, blog]
|
||||||
excerpt: "We know exactly what is the purpose of SpaceVim, and we keep trying to get it, never get lost, never give up..."
|
excerpt: "We know exactly what is the purpose of SpaceVim, and we keep trying to get it, never get lost, never give up..."
|
||||||
image: https://user-images.githubusercontent.com/13142418/34612367-18fdf2d6-f1ef-11e7-885e-5e82613c1444.png
|
image: https://user-images.githubusercontent.com/13142418/34612367-18fdf2d6-f1ef-11e7-885e-5e82613c1444.png
|
||||||
|
commentsID: "Newsletter: Never lost, Never give up"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: "Grep on the fly in SpaceVim"
|
|||||||
categories: [feature, blog]
|
categories: [feature, blog]
|
||||||
excerpt: "Run grep asynchronously, show search results in real-time based on user input, support searching the entire project, searching loaded files or only searching current file"
|
excerpt: "Run grep asynchronously, show search results in real-time based on user input, support searching the entire project, searching loaded files or only searching current file"
|
||||||
image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif
|
image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif
|
||||||
|
commentsID: "Grep on the fly in SpaceVim"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: "Vim 异步实时代码检索"
|
|||||||
categories: [blog_cn, feature_cn]
|
categories: [blog_cn, feature_cn]
|
||||||
excerpt: "异步执行 grep,根据输入内容实时展示搜索结果,支持全工程检索、检索当前文件、检索已打开的文件等"
|
excerpt: "异步执行 grep,根据输入内容实时展示搜索结果,支持全工程检索、检索当前文件、检索已打开的文件等"
|
||||||
image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif
|
image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif
|
||||||
|
commentsID: "Vim 异步实时代码检索"
|
||||||
comments: true
|
comments: true
|
||||||
permalink: /cn/:title/
|
permalink: /cn/:title/
|
||||||
lang: cn
|
lang: cn
|
||||||
|
70
docs/_posts/2018-06-24-first-meetup-in-hangzhou.md
Normal file
70
docs/_posts/2018-06-24-first-meetup-in-hangzhou.md
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
---
|
||||||
|
title: "SpaceVim MeetUp in HangZhou"
|
||||||
|
categories: [meetup, blog]
|
||||||
|
excerpt: "Our first meetup in hangzhou, general discussion about features of SpaceVim."
|
||||||
|
image: https://user-images.githubusercontent.com/13142418/42164326-48994830-7e38-11e8-8bf5-44adc65b514a.jpg
|
||||||
|
commentsID: "SpaceVim MeetUp in HangZhou"
|
||||||
|
comments: true
|
||||||
|
---
|
||||||
|
|
||||||
|
# First meetup in Hangzhou
|
||||||
|
|
||||||
|
> mambers: [Arith](https://github.com/icearith), BTS, [wsdjeg](https://github.com/wsdjeg)
|
||||||
|
|
||||||
|
We just make a general discussion about how to use SpaceVim, and what feature need to be improved in next release.
|
||||||
|
|
||||||
|
<!-- vim-markdown-toc GFM -->
|
||||||
|
|
||||||
|
- [Improve Tab manager](#improve-tab-manager)
|
||||||
|
- [Improve flygrep](#improve-flygrep)
|
||||||
|
- [Add doc of SpaceVim APIs](#add-doc-of-spacevim-apis)
|
||||||
|
- [Reduce the number of default plugins.](#reduce-the-number-of-default-plugins)
|
||||||
|
- [Development doc for language specific key bindings](#development-doc-for-language-specific-key-bindings)
|
||||||
|
- [call for layer maintainers](#call-for-layer-maintainers)
|
||||||
|
|
||||||
|
<!-- vim-markdown-toc -->
|
||||||
|
|
||||||
|
### Improve Tab manager
|
||||||
|
|
||||||
|
These new features has been added to tab manager in [#1887](https://github.com/SpaceVim/SpaceVim/pull/1887)
|
||||||
|
|
||||||
|
- Display tab name on tabline and tab manager, you can also rename the tab via key binding `r` in tab manager buffer.
|
||||||
|

|
||||||
|
- Move cursor tab forward and backword, default key binding is `<C-S-Up>/<C-S-Down>`
|
||||||
|

|
||||||
|
- Create new tab after the tab under the cursor, key bindings: (`n`: create named tab / `N` : create anonymous tab)
|
||||||
|

|
||||||
|
- copy / paste tab, include tab layout and tab name
|
||||||
|

|
||||||
|
- Display windows id of each item.
|
||||||
|
|
||||||
|
### Improve flygrep
|
||||||
|
|
||||||
|
- remvoe the unneeded `!` after redraw in flygrep and other plugins which is using prompt API.
|
||||||
|
- improve the flygrep
|
||||||
|
|
||||||
|
Just open a new pull request [#1898](https://github.com/SpaceVim/SpaceVim/pull/1898) which is based on [#1802](https://github.com/SpaceVim/SpaceVim/pull/1802).
|
||||||
|
|
||||||
|
### Add doc of SpaceVim APIs
|
||||||
|
|
||||||
|
In [#1896](https://github.com/SpaceVim/SpaceVim/pull/1896), we will add documentation of SpaceVim APIs. These APIs provides
|
||||||
|
compatible functions for neovim/vim.
|
||||||
|
|
||||||
|
|
||||||
|
### Reduce the number of default plugins.
|
||||||
|
|
||||||
|
Discussion about this topic happened in [#1897](https://github.com/SpaceVim/SpaceVim/pull/1897)
|
||||||
|
|
||||||
|
### Development doc for language specific key bindings
|
||||||
|
|
||||||
|
Discussion about this topic happened in [#1899](https://github.com/SpaceVim/SpaceVim/pull/1899)
|
||||||
|
|
||||||
|
### call for layer maintainers
|
||||||
|
|
||||||
|
- go
|
||||||
|
- python
|
||||||
|
- java
|
||||||
|
- js
|
||||||
|
- php
|
||||||
|
- lua
|
||||||
|
|
@ -4,6 +4,7 @@ categories: [changelog, blog]
|
|||||||
excerpt: "Highlight symbol mode and iedit mode come out with v0.7.0"
|
excerpt: "Highlight symbol mode and iedit mode come out with v0.7.0"
|
||||||
type: NewsArticle
|
type: NewsArticle
|
||||||
image: https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png
|
image: https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png
|
||||||
|
commentsID: "SpaceVim release v0.7.0"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ categories: [changelog, blog]
|
|||||||
excerpt: "Use toml as default configuration file for SpaceVim"
|
excerpt: "Use toml as default configuration file for SpaceVim"
|
||||||
type: NewsArticle
|
type: NewsArticle
|
||||||
image: https://user-images.githubusercontent.com/13142418/41507987-b7fb4760-7202-11e8-8896-01650480e798.png
|
image: https://user-images.githubusercontent.com/13142418/41507987-b7fb4760-7202-11e8-8896-01650480e798.png
|
||||||
|
commentsID: "SpaceVim release v0.8.0"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ The next release is v0.9.0.
|
|||||||
- Update layer page ([#1860](https://github.com/SpaceVim/SpaceVim/pull/1860))
|
- Update layer page ([#1860](https://github.com/SpaceVim/SpaceVim/pull/1860))
|
||||||
- Update javascript layer doc ([#1884](https://github.com/SpaceVim/SpaceVim/pull/1884))
|
- Update javascript layer doc ([#1884](https://github.com/SpaceVim/SpaceVim/pull/1884))
|
||||||
- Change disqua to gitment ([#1904](https://github.com/SpaceVim/SpaceVim/pull/1904), [#1905](https://github.com/SpaceVim/SpaceVim/pull/1905), [#1906](https://github.com/SpaceVim/SpaceVim/pull/1906))
|
- Change disqua to gitment ([#1904](https://github.com/SpaceVim/SpaceVim/pull/1904), [#1905](https://github.com/SpaceVim/SpaceVim/pull/1905), [#1906](https://github.com/SpaceVim/SpaceVim/pull/1906))
|
||||||
|
- Add post about meetup in HangZhou ([#1875](https://github.com/SpaceVim/SpaceVim/pull/1875))
|
||||||
|
|
||||||
### Others
|
### Others
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user