mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
28 lines
481 B
Markdown
28 lines
481 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 your custom configuration file with:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "lang#rst"
|
|
```
|
|
|