mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
30 lines
629 B
Markdown
30 lines
629 B
Markdown
---
|
|
title: "SpaceVim lang#asciidoc layer"
|
|
description: "Edit AsciiDoc within vim, autopreview AsciiDoc in the default browser, with this layer you can also format AsciiDoc file."
|
|
---
|
|
|
|
# [Available Layers](../../) >> lang#asciidoc
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Install](#install)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer is for editing AsciiDoc file. Following plugins are included in this layer:
|
|
|
|
- `wsdjeg/vim-asciidoc`
|
|
- `Raimondi/VimRegStyle`
|
|
|
|
## Install
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "lang#asciidoc"
|
|
```
|