Skip to content

Commit

Permalink
Update docs/autoimport.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
tkrabel-db and krassowski authored Oct 28, 2023
1 parent e5de48a commit de2b18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/autoimport.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Requirements:

1. install `python-lsp-server[rope]`
2. set `pylsp.plugins.rope_autoimport.enabled` to `true``
2. set `pylsp.plugins.rope_autoimport.enabled` to `true`
3. This enables both completions and code actions. You can switch them off by setting `pylsp.plugins.rope_autoimport.completions.enabled` and/or `pylsp.plugins.rope_autoimport.code_actions.enabled` to `false`

## Startup
Expand Down

0 comments on commit de2b18c

Please sign in to comment.