This commit is contained in:
Jaroslaw Konik 2024-05-20 17:04:35 +02:00
parent a729c1ecf1
commit 6a47c65f5c

View file

@ -213,7 +213,7 @@ vim.api.nvim_create_autocmd('BufWritePre', {
vim.lsp.buf.format() vim.lsp.buf.format()
end, end,
}) })
require('lspconfig').ruff_lsp.setup { require('lspconfig').ruff.setup {
on_attach = function(client) on_attach = function(client)
client.server_capabilities.hoverProvider = false client.server_capabilities.hoverProvider = false
end, end,