branch: externals/elpa
commit 7c82a033d690d587fe39c088d9aef67c005ae270
Author: João Távora <joaotav...@gmail.com>
Commit: João Távora <joaotav...@gmail.com>

    Start experimenting with python
    
    * eglot.el (eglot-executables): Add pyls.
---
 eglot.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 22ff031..ff71a2f 100644
--- a/eglot.el
+++ b/eglot.el
@@ -37,7 +37,8 @@
   :prefix "eglot-"
   :group 'applications)
 
-(defvar eglot-executables '((rust-mode . ("rls")))
+(defvar eglot-executables '((rust-mode . ("rls"))
+                            (python-mode . ("pyls")))
   "Alist mapping major modes to server executables.")
 
 (defvar eglot--processes-by-project (make-hash-table :test #'equal))

Reply via email to