try to set the width for float popup
This commit is contained in:
parent
76249b2a8a
commit
3d0b66c7ab
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user