--- 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 - [Description](#description) - [Install](#install) ## 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" ```