master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 3d0b66c7ab - Show all commits

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)