fix pylsp autoimport stucking stuff
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 18m43s
Build neovim image / build-neovim-arm64 (push) Successful in 21m52s
Build neovim image / update-images-manifest (push) Successful in 14s

This commit is contained in:
Szwendacz 2024-04-03 16:59:38 +02:00 committed by Maciej Lebiest
parent 142fb7dc92
commit 5b6495828c

View file

@ -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