1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:40:05 +08:00
SpaceVim/docs/layers/lang/kotlin.md
2018-07-30 23:07:24 +08:00

37 lines
724 B
Markdown

---
title: "SpaceVim lang#kotlin layer"
description: "This layer adds kotlin language support to SpaceVim"
---
# [Available Layers](../../) >> lang#kotlin
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer adds kotlin language support to SpaceVim.
## Features
- syntax highlighting
- lsp support (require [lsp](https://spacevim.org/layers/language-server-protocol/) layer)
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#kotlin"
```
to enable language server protocol, you need to install:
https://github.com/fwcd/KotlinLanguageServer