fix: change max width of some floating windows

This commit is contained in:
2025-04-30 20:51:41 +02:00
parent 4b26ea31ab
commit 5960f9f71b
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -146,6 +146,7 @@ local function setup_diagnostics()
format = function(diagnostic)
return string.format("%s", diagnostic.message)
end,
width = 80,
},
update_in_insert = false,
severity_sort = true,