mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
37 lines
718 B
Markdown
37 lines
718 B
Markdown
---
|
|
title: "SpaceVim japanese layer"
|
|
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
|
|
|
|
This layer is for japanese users, and provides japanese docs and runtime messages.
|
|
|
|
## Install
|
|
|
|
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"
|
|
```
|