ooh a fancy border that actually looks good

This commit is contained in:
2025-10-16 21:36:41 -04:00
parent 06a9c9e45d
commit a96cb4bef7
2 changed files with 7 additions and 6 deletions

View File

@@ -30,8 +30,9 @@ vim.o.udf = true
-- searching
vim.o.ic = true
-- make windows look nice
vim.o.winborder = "solid"
-- make windows look nice wrapped in pcall cause it's causing my setup to go
-- bezerk inside of git commit buffers
pcall(function() vim.o.winborder = '▄,▄,▄,█,▀,▀,▀,█' end)
-- wild menus
vim.o.ph = 20