emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/eglot2emacs 06f1cd6365 008/120: Add lua-lsp support for lua-mode


From: João Távora
Subject: feature/eglot2emacs 06f1cd6365 008/120: Add lua-lsp support for lua-mode
Date: Thu, 20 Oct 2022 07:16:45 -0400 (EDT)

branch: feature/eglot2emacs
commit 06f1cd6365916e54b69b3a7fde3eb23c8a54b00b
Author: Omar Polo <op@omarpolo.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add lua-lsp support for lua-mode
    
    * eglot.el (eglot-server-programs): Add support for the lua-lsp server for 
lua.
    * README.md: Document the above change.
---
 lisp/progmodes/eglot.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 725fb6c27d..e9f48bb3c3 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -176,6 +176,7 @@ language-server/bin/php-language-server.php"))
                                 (nix-mode . ("rnix-lsp"))
                                 (gdscript-mode . ("localhost" 6008))
                                 ((fortran-mode f90-mode) . ("fortls"))
+                                (lua-mode . ("lua-lsp"))
                                 (zig-mode . ("zls")))
   "How the command `eglot' guesses the server to start.
 An association list of (MAJOR-MODE . CONTACT) pairs.  MAJOR-MODE



reply via email to

[Prev in Thread] Current Thread [Next in Thread]