diff --git a/options.lua b/options.lua index e0fb41f..a20b195 100644 --- a/options.lua +++ b/options.lua @@ -51,3 +51,5 @@ vim.opt.hlsearch = false vim.keymap.set("n", "", "nohlsearch") vim.opt.title=true + +vim.o.winborder = "rounded"