Set all floating windows border to rounded

This commit is contained in:
2025-08-12 02:20:55 +09:00
parent d9805a5ede
commit df5a293c00
+2
View File
@@ -51,3 +51,5 @@ vim.opt.hlsearch = false
vim.keymap.set("n", "<Esc>", "<cmd>nohlsearch<CR>")
vim.opt.title=true
vim.o.winborder = "rounded"