1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/docs/layers/lang/asciidoc.md

30 lines
629 B
Markdown
Raw Normal View History

2018-09-21 21:15:35 +08:00
---
title: "SpaceVim lang#asciidoc layer"
2019-02-03 20:51:01 +08:00
description: "Edit AsciiDoc within vim, autopreview AsciiDoc in the default browser, with this layer you can also format AsciiDoc file."
2018-09-21 21:15:35 +08:00
---
# [Available Layers](../../) >> lang#asciidoc
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
2019-02-03 20:51:01 +08:00
This layer is for editing AsciiDoc file. Following plugins are included in this layer:
2018-09-21 21:15:35 +08:00
- `wsdjeg/vim-asciidoc`
- `Raimondi/VimRegStyle`
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#asciidoc"
```