1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:10:05 +08:00

Update website (#3789)

This commit is contained in:
Wang Shidong 2020-09-09 18:27:37 +08:00 committed by GitHub
parent 0cf6c8f92a
commit bc590ca8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
---
title: "Grep on the fly in SpaceVim"
categories: [feature, blog]
description: "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"
description: "Grep and replace asynchronously, display searching results on the fly based on user input"
image: https://user-images.githubusercontent.com/13142418/80607963-b704d300-8a68-11ea-99c4-5b5bd653cb24.gif
commentsID: "Grep on the fly"
comments: true

View File

@ -1,7 +1,7 @@
---
title: SpaceVim release v0.9.0
categories: [changelog, blog]
description: "15+ new language layer support in SpaceVim"
description: "SpaceVim release v0.9.0 with 15+ new language layers and frequency support for colorscheme layer."
type: article
image: https://user-images.githubusercontent.com/13142418/80614489-17980e00-8a71-11ea-89eb-78b441093b20.png
commentsID: "SpaceVim release v0.9.0"

View File

@ -1,7 +1,7 @@
---
title: SpaceVim release v1.3.0
categories: [changelog, blog]
description: "SpaceVim release v1.3.0"
description: "SpaceVim release v1.3.0 with ten new language layers and several functional improvements"
type: article
image: https://user-images.githubusercontent.com/13142418/68079142-904e4280-fe1f-11e9-993e-b834ea3d39ea.png
commentsID: "SpaceVim release v1.3.0"

View File

@ -1,7 +1,7 @@
---
title: SpaceVim release v1.4.0
categories: [changelog, blog]
description: "SpaceVim release v1.4.0"
description: "SpaceVim released V1.4.0 with eight new language layers and an asynchronous task management plugin"
type: article
image: https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png
commentsID: "SpaceVim release v1.4.0"

View File

@ -1,7 +1,7 @@
---
title: SpaceVim release v1.5.0
categories: [changelog, blog]
description: "SpaceVim release v1.5.0"
description: "SpaceVim release v1.5.0 with four new language layers and floating window support."
type: article
image: https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png
commentsID: "SpaceVim release v1.5.0"

View File

@ -1,6 +1,6 @@
---
title: "SpaceVim format layer"
description: "Code formatting support for SpaceVim"
description: "Code formatting layer for SpaceVim, includes a variety of formatters for many filetypes"
---
# [Available Layers](../) >> format
@ -17,8 +17,8 @@ description: "Code formatting support for SpaceVim"
## Description
`format` layer provides code formation feature for SpaceVim, this layer includes `neoformat`
as default code formation plugin.
`format` layer provides code formatting feature for SpaceVim, this layer includes `neoformat`
as default code formatting plugin.
## Install