Disable jedi fuzzy completion
This commit is contained in:
parent
3c3b3952b4
commit
ff290950ba
1 changed files with 2 additions and 3 deletions
|
|
@ -82,9 +82,8 @@ nvim_lsp.pylsp.setup({
|
||||||
pylsp = {
|
pylsp = {
|
||||||
plugins = {
|
plugins = {
|
||||||
ruff = {
|
ruff = {
|
||||||
enabled = false
|
enabled = false -- now through ruff_lsp
|
||||||
},
|
}
|
||||||
jedi_completion = { fuzzy = true }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue