Skip to content

Commit

Permalink
Add kotlin-language-server ()
Browse files Browse the repository at this point in the history
https://github.com/fwcd/KotlinLanguageServer

copyright-paperwork-exempt: yes

* README.md (Installation and Usage): declare Kotlin support.

GitHub-reference: joaotavora/eglot#70
  • Loading branch information
jojojames authored and joaotavora committed Aug 13, 2018
1 parent b5e28c2 commit 04415fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/progmodes/eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
:autoport))
(php-mode . ("php" "vendor/felixfbecker/\
language-server/bin/php-language-server.php"))
(haskell-mode . ("hie-wrapper")))
(haskell-mode . ("hie-wrapper"))
(kotlin-mode . ("kotlin-language-server")))
"How the command `eglot' guesses the server to start.
An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE
is a mode symbol, or a list of mode symbols. The associated
Expand Down

0 comments on commit 04415fa

Please sign in to comment.