1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00
SpaceVim/docs/layers/japanese.md

37 lines
718 B
Markdown
Raw Normal View History

---
title: "SpaceVim japanese layer"
2021-06-21 20:39:29 +08:00
description: "Layer for japanese users, includes japanese docs and runtime messages"
---
# [Available Layers](../) >> japanese
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Configuration](#configuration)
<!-- vim-markdown-toc -->
## Description
2021-06-21 20:39:29 +08:00
This layer is for japanese users, and provides japanese docs and runtime messages.
## Install
2021-06-21 20:39:29 +08:00
To use this configuration layer, add the following snippet to your custom configuration file.
```toml
[[layers]]
name = "japanese"
```
## Configuration
if you want to enable this feature, add following snippet to your custom config file.
```toml
[options]
vim_help_language = "jp"
```