added mason window border

This commit is contained in:
2023-08-28 20:13:43 +02:00
parent 0aad9059b6
commit 4a9331e23b
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
require("mason").setup({
ui = {
border = "single"
}
})