Skip to content

Commit

Permalink
Add kotlin-language-server (#70)
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.
(#70: joaotavora/eglot#70
  • Loading branch information
jojojames authored and joaotavora committed Aug 13, 2018
1 parent eed4959 commit 1ef1c06
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 1ef1c06

Please sign in to comment.