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

28 lines
481 B
Markdown
Raw Normal View History

2020-12-19 21:32:14 +08:00
---
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
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
2020-12-19 21:32:14 +08:00
```toml
[[layers]]
name = "lang#rst"
```