We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3e4b4 commit 1b58531Copy full SHA for 1b58531
1 file changed
pylsp/plugins/rope_autoimport.py
@@ -25,7 +25,7 @@
25
@hookimpl
26
def pylsp_settings() -> Dict[str, Dict[str, Dict[str, Any]]]:
27
# Default rope_completion to disabled
28
- return {"plugins": {"rope_autoimport": {"enabled": True, "memory": False}}}
+ return {"plugins": {"rope_autoimport": {"enabled": False, "memory": False}}}
29
30
31
def _should_insert(expr: tree.BaseNode, word_node: tree.Leaf) -> bool:
0 commit comments