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 = {
|
||||
plugins = {
|
||||
ruff = {
|
||||
enabled = false
|
||||
},
|
||||
jedi_completion = { fuzzy = true }
|
||||
enabled = false -- now through ruff_lsp
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue