spacemacs/layers/+lang/kotlin/README.org

30 lines
847 B
Org Mode
Raw Normal View History

2017-08-13 12:19:51 +00:00
#+TITLE: kotlin layer
2019-05-05 17:26:40 +00:00
#+TAGS: layer|uncategorized
2017-08-13 12:19:51 +00:00
[[file:img/kotlin.png]]
2018-09-19 03:54:47 +00:00
* Table of Contents :TOC_4_gh:noexport:
2017-08-13 12:19:51 +00:00
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#ktlint][Ktlint]]
* Description
This layer adds support for [[http://kotlinlang.org/][Kotlin]] in Spacemacs
** Features:
2018-09-19 03:54:47 +00:00
- Linting with [[https://github.com/shyiko/ktlint][ktlint]] and [[https://github.com/whirm/flycheck-kotlin][flycheck-kotlin]]
- navigation with =ggtags=
2017-08-13 12:19:51 +00:00
* Install
** Layer
2018-09-19 03:54:47 +00:00
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.
2017-12-18 00:10:06 +00:00
2017-08-13 12:19:51 +00:00
** Ktlint
2018-09-19 03:54:47 +00:00
You must install [[https://github.com/shyiko/ktlint][ktlint]] and make sure that the =ktlint= binary is on Emacs
=exec-path=