fixed typo in ruff_lsp config

This commit is contained in:
Thies Lennart Alff 2024-01-14 22:23:47 +01:00
parent b2ca0c5e13
commit 30a2313b05

View file

@ -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,