Add Kotlin REPL support
This commit is contained in:
parent
b5c4fce0b1
commit
d8ef43c557
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue