emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/eglot bbc64b4 087/139: Clean up client capabilities


From: João Távora
Subject: [elpa] externals/eglot bbc64b4 087/139: Clean up client capabilities
Date: Mon, 14 May 2018 09:54:59 -0400 (EDT)

branch: externals/eglot
commit bbc64b4530734f7837d050094b755706cd34aadd
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Clean up client capabilities
    
    * eglot.el (eglot--client-capabilities): Clean up client
    capabilities.
---
 eglot.el | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/eglot.el b/eglot.el
index 2c97f2f..8e92725 100644
--- a/eglot.el
+++ b/eglot.el
@@ -215,23 +215,10 @@ CONTACT is as `eglot--contact'.  Returns a process 
object."
                                     :willSave t
                                     :willSaveWaitUntil :json-false
                                     :didSave t)
-                  :completion nil
-                  :hover nil
-                  :signatureHelp nil
-                  :references nil
-                  :documentHighlight nil
-                  :documentSymbol nil
-                  :formatting nil
-                  :rangeFormatting nil
-                  :onTypeFormatting nil
-                  :definition nil
-                  :typeDefinition nil
-                  :implementation nil
-                  :codeAction nil
-                  :codeLens nil
-                  :documentLink nil
-                  :colorProvider nil
-                  :rename nil
+                  :completion `(:dynamicRegistration :json-false)
+                  :hover      `(:dynamicRegistration :json-false)
+                  :references `(:dynamicRegistration :json-false)
+                  :definition `(:dynamicRegistration :json-false)
                   :publishDiagnostics `(:relatedInformation :json-false))
    :experimental (eglot--obj)))
 



reply via email to

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