Skip to content

Commit 036f21e

Browse files
Fix issue #1139, turn on lsp-bridge-disable-electric-indent option default.
1 parent b696f4f commit 036f21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-bridge.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ then BODY is executed within that buffer."
30483048
(lsp-bridge-call-async "message_hostnames"))
30493049

30503050

3051-
(defcustom lsp-bridge-disable-electric-indent nil
3051+
(defcustom lsp-bridge-disable-electric-indent t
30523052
"`electric-indent-post-self-insert-function' will cause return wrong completion candidates from LSP server, such as type `std::' in C++.
30533053
30543054
Please turn this option on if you want fix `std::' completion candidates, at same time, `electric-indent-mode' will disable by lsp-bridge.

0 commit comments

Comments
 (0)