lsp-kotlin Kotlin support for lsp-mode using KotlinLanguageServer. Installation Install lsp-mode and kotlin-mode first, and clone this repository. Add the following to your Emacs init.el: (require 'lsp-kotlin) (add-hook 'kotlin-mode-hook #'lsp-kotlin-enable)