]> git.eshelyaron.com Git - emacs.git/commitdiff
Add kotlin-language-server ()
authorJames Nguyen <james@jojojames.com>
Mon, 13 Aug 2018 00:50:17 +0000 (17:50 -0700)
committerJoão Távora <joaotavora@gmail.com>
Mon, 13 Aug 2018 00:50:17 +0000 (01:50 +0100)
https://github.com/fwcd/KotlinLanguageServer

copyright-paperwork-exempt: yes

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

GitHub-reference: https://github.com/joaotavora/eglot/issues/70

lisp/progmodes/eglot.el

index 427fa293b68d78237ead99a151dd09b2eaff2c2d..43334adffa616d7bb17ccc70ecfa378acbd3ca45 100644 (file)
@@ -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