fixed typo in ruff_lsp config
This commit is contained in:
parent
b2ca0c5e13
commit
30a2313b05
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ local handlers = {
|
|||
require('lspconfig').ruff_lsp.setup({
|
||||
on_attach = function(client, bufnr)
|
||||
client.server_capabilities.hoverProvider = false
|
||||
client.server_capabilities.documentFormattingProver = false
|
||||
client.server_capabilities.documentFormattingProvider = false
|
||||
end,
|
||||
})
|
||||
end,
|
||||
|
|
|
|||
Loading…
Reference in a new issue