Disable jedi fuzzy completion

This commit is contained in:
Sonny Bakker 2024-08-24 10:06:45 +02:00
parent 3c3b3952b4
commit ff290950ba

View file

@ -82,9 +82,8 @@ nvim_lsp.pylsp.setup({
pylsp = {
plugins = {
ruff = {
enabled = false
},
jedi_completion = { fuzzy = true }
enabled = false -- now through ruff_lsp
}
}
}
},