Skip to content

Commit 4fdaf49

Browse files
authored
Update README.md
1 parent 06b42e3 commit 4fdaf49

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ You can enable rename support using pylsp-rope with workspace config key
3838
Note that this differs from the config key `pylsp.plugins.rope_rename.enabled`
3939
that is used for the rope rename implementation using the python-lsp-rope's
4040
builtin `rope_rename` plugin. To avoid confusion, avoid enabling more than one
41-
python-lsp-server rename plugin.
41+
python-lsp-server rename plugin. In other words, you should set both
42+
`pylsp.plugins.rope_rename.enabled = false` and `pylsp.plugins.jedi_rename.enabled = false`
43+
when pylsp-rope rename is enabled.
4244

4345
## Features
4446

0 commit comments

Comments
 (0)