We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b696f4f commit 036f21eCopy full SHA for 036f21e
lsp-bridge.el
@@ -3048,7 +3048,7 @@ then BODY is executed within that buffer."
3048
(lsp-bridge-call-async "message_hostnames"))
3049
3050
3051
-(defcustom lsp-bridge-disable-electric-indent nil
+(defcustom lsp-bridge-disable-electric-indent t
3052
"`electric-indent-post-self-insert-function' will cause return wrong completion candidates from LSP server, such as type `std::' in C++.
3053
3054
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