2022-01-13 19:23:34 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#org layer"
|
|
|
|
description: "Edit org file within vim, autopreview org in the default browser, with this layer you can also format org file."
|
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#org
|
|
|
|
|
2023-07-05 11:50:23 +08:00
|
|
|
![org](https://img.spacevim.org/92319337-7554ec00-f049-11ea-90fb-ad663dceea12.png)
|
2022-01-13 19:23:34 +08:00
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Install](#install)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
This layer is for editing org file. Including syntax highlighting, indent and syntax lint.
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#org"
|
|
|
|
```
|
|
|
|
|