try to set the width for float popup

This commit is contained in:
Oliver Hartmann 2022-10-17 09:43:44 +02:00
parent 76249b2a8a
commit 3d0b66c7ab

View File

@ -28,7 +28,7 @@ OpenDiagFloat = function()
return
end
end
vim.diagnostic.open_float({ focusable = false })
vim.diagnostic.open_float({ focusable = false, width=80 })
end
local on_attach = function(client, bufnr)