ooh a fancy border that actually looks good
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user