mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:40:06 +08:00
Update website (#3789)
This commit is contained in:
parent
0cf6c8f92a
commit
bc590ca8f5
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Grep on the fly in SpaceVim"
|
title: "Grep on the fly in SpaceVim"
|
||||||
categories: [feature, blog]
|
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
|
image: https://user-images.githubusercontent.com/13142418/80607963-b704d300-8a68-11ea-99c4-5b5bd653cb24.gif
|
||||||
commentsID: "Grep on the fly"
|
commentsID: "Grep on the fly"
|
||||||
comments: true
|
comments: true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: SpaceVim release v0.9.0
|
title: SpaceVim release v0.9.0
|
||||||
categories: [changelog, blog]
|
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
|
type: article
|
||||||
image: https://user-images.githubusercontent.com/13142418/80614489-17980e00-8a71-11ea-89eb-78b441093b20.png
|
image: https://user-images.githubusercontent.com/13142418/80614489-17980e00-8a71-11ea-89eb-78b441093b20.png
|
||||||
commentsID: "SpaceVim release v0.9.0"
|
commentsID: "SpaceVim release v0.9.0"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: SpaceVim release v1.3.0
|
title: SpaceVim release v1.3.0
|
||||||
categories: [changelog, blog]
|
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
|
type: article
|
||||||
image: https://user-images.githubusercontent.com/13142418/68079142-904e4280-fe1f-11e9-993e-b834ea3d39ea.png
|
image: https://user-images.githubusercontent.com/13142418/68079142-904e4280-fe1f-11e9-993e-b834ea3d39ea.png
|
||||||
commentsID: "SpaceVim release v1.3.0"
|
commentsID: "SpaceVim release v1.3.0"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: SpaceVim release v1.4.0
|
title: SpaceVim release v1.4.0
|
||||||
categories: [changelog, blog]
|
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
|
type: article
|
||||||
image: https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png
|
image: https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png
|
||||||
commentsID: "SpaceVim release v1.4.0"
|
commentsID: "SpaceVim release v1.4.0"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: SpaceVim release v1.5.0
|
title: SpaceVim release v1.5.0
|
||||||
categories: [changelog, blog]
|
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
|
type: article
|
||||||
image: https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png
|
image: https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png
|
||||||
commentsID: "SpaceVim release v1.5.0"
|
commentsID: "SpaceVim release v1.5.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "SpaceVim format layer"
|
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
|
# [Available Layers](../) >> format
|
||||||
@ -17,8 +17,8 @@ description: "Code formatting support for SpaceVim"
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
`format` layer provides code formation feature for SpaceVim, this layer includes `neoformat`
|
`format` layer provides code formatting feature for SpaceVim, this layer includes `neoformat`
|
||||||
as default code formation plugin.
|
as default code formatting plugin.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user