spacemacs/layers/+lang/kotlin/README.org
2017-12-17 19:10:06 -05:00

28 lines
856 B
Org Mode

#+TITLE: kotlin layer
[[file:img/kotlin.png]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#ktlint][Ktlint]]
* Description
This layer adds support for [[http://kotlinlang.org/][Kotlin]] in Spacemacs
** Features:
- Linting with [[https://github.com/shyiko/ktlint][ktlint]] and [[https://github.com/whirm/flycheck-kotlin][flycheck-kotlin]]
- navigation with =ggtags=
* Install
** Layer
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =kotlin= to the existing =dotspacemacs-configuration-layers= list in this
file.
** Ktlint
You must install [[https://github.com/shyiko/ktlint][ktlint]] and make sure that the =ktlint= binary is on Emacs =exec-path=