disable rope autoimport and completion
This commit is contained in:
parent
4ad8de2d29
commit
8574798663
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ require 'lspconfig'.pylsp.setup {
|
||||||
, settings = {
|
, settings = {
|
||||||
pylsp = {
|
pylsp = {
|
||||||
plugins = {
|
plugins = {
|
||||||
rope_autoimport = { enabled = true, memory = true },
|
rope_autoimport = { enabled = false, memory = true },
|
||||||
rope_completion = { enabled = true, eager = true },
|
rope_completion = { enabled = false, eager = true },
|
||||||
jedi_completion = {
|
jedi_completion = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
include_params = true,
|
include_params = true,
|
||||||
|
|
Loading…
Reference in a new issue