diff --git a/pylsp_rope/plugin.py b/pylsp_rope/plugin.py index 7b21168..7278952 100644 --- a/pylsp_rope/plugin.py +++ b/pylsp_rope/plugin.py @@ -41,6 +41,7 @@ def pylsp_settings(): # "pylint_lint": {"enabled": False}, # "references": {"enabled": False}, # "rope_completion": {"enabled": False}, + # "rope_rename": {"enabled": False}, "pylsp_rope": { "enabled": True, "rename": False,