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 = { pylsp = {
plugins = { plugins = {
ruff = { ruff = {
enabled = false enabled = false -- now through ruff_lsp
}, }
jedi_completion = { fuzzy = true }
} }
} }
}, },