lang/kotlin: add basic README #1166

This commit is contained in:
Henrik Lissner 2019-12-24 12:55:13 -05:00
parent 28e36222ed
commit a28de332fc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -0,0 +1,36 @@
#+TITLE: lang/kotlin
#+DATE: March 28, @019
#+SINCE: v3.0.0
#+STARTUP: inlineimages
* Table of Contents :TOC_3:noexport:
- [[#description][Description]]
- [[#module-flags][Module Flags]]
- [[#plugins][Plugins]]
- [[#prerequisites][Prerequisites]]
- [[#features][Features]]
- [[#configuration][Configuration]]
- [[#troubleshooting][Troubleshooting]]
* Description
This module adds Kotlin support to Emacs.
** Module Flags
+ =+lsp= Enables integration with [[https://github.com/emacs-lsp/lsp-mode][kotlin-language-server]]. This requires the
=:tools lsp= module.
** Plugins
+ kotlin-mode
+ flycheck-kotlin
* Prerequisites
TODO
* Features
TODO
* Configuration
TODO
* Troubleshooting
TODO