From de2b18cb059f5d554c7da138eae82186144ec6be Mon Sep 17 00:00:00 2001 From: tkrabel-db <91616041+tkrabel-db@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:33:35 +0200 Subject: [PATCH] Update docs/autoimport.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Krassowski <5832902+krassowski@users.noreply.github.com> --- docs/autoimport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/autoimport.md b/docs/autoimport.md index 5aa1a9a2..893a5e98 100644 --- a/docs/autoimport.md +++ b/docs/autoimport.md @@ -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