fix pylsp autoimport stucking stuff
This commit is contained in:
parent
142fb7dc92
commit
5b6495828c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ return {
|
||||||
, settings = {
|
, settings = {
|
||||||
pylsp = {
|
pylsp = {
|
||||||
plugins = {
|
plugins = {
|
||||||
rope_autoimport = { enabled = true, memory = true },
|
rope_autoimport = { enabled = false, memory = false },
|
||||||
rope_completion = { enabled = true, eager = false },
|
rope_completion = { enabled = true, eager = false },
|
||||||
rope = {
|
rope = {
|
||||||
ropeFolder = nil
|
ropeFolder = nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue