mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
28 lines
476 B
Markdown
28 lines
476 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#rst layer"
|
||
|
description: "Take Notes in reStructuredText, autopreview in the default browser."
|
||
|
---
|
||
|
|
||
|
# [Available Layers](../../) >> lang#rst
|
||
|
|
||
|
<!-- vim-markdown-toc GFM -->
|
||
|
|
||
|
- [Description](#description)
|
||
|
- [Install](#install)
|
||
|
|
||
|
<!-- vim-markdown-toc -->
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This layer is for taking notes in reStructuredText.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
To use this configuration layer, update custom configuration file with:
|
||
|
|
||
|
```toml
|
||
|
[[layers]]
|
||
|
name = "lang#rst"
|
||
|
```
|
||
|
|