Merge pull request #3053 from sei40kr/kotlin-repl

Add Kotlin REPL support
This commit is contained in:
Henrik Lissner 2020-05-07 01:24:56 -04:00 committed by GitHub
commit f29d05200b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
(when (featurep! +lsp) (when (featurep! +lsp)
(add-hook 'kotlin-mode-local-vars-hook #'lsp!)) (add-hook 'kotlin-mode-local-vars-hook #'lsp!))
(set-docsets! 'kotlin-mode "Kotlin") (set-docsets! 'kotlin-mode "Kotlin")
(set-repl-handler! 'kotlin-mode #'kotlin-repl)
(map! :map kotlin-mode-map (map! :map kotlin-mode-map
:localleader :localleader