Skip to content

Commit bb936fd

Browse files
committed
Set lsp-document-sync-method to 'full.
(see #114)
1 parent 3b0ce59 commit bb936fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-methods.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ for a new workspace."
8989
:group 'lsp-mode)
9090

9191
;;;###autoload
92-
(defcustom lsp-document-sync-method nil
92+
(defcustom lsp-document-sync-method 'full
9393
"How to sync the document with the language server."
9494
:type '(choice (const :tag "Documents should not be synced at all." 'none)
9595
(const :tag "Documents are synced by always sending the full content of the document." 'full)

0 commit comments

Comments
 (0)