summaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-22 11:17:27 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-22 11:17:27 +0200
commite4c6e0bdc40df9f5420eed3f57553f6652cc033f (patch)
treec1830dfbb5d0e585c8db87cddd123e2e32f2f00b /init.lua
parent1af92e55723a9b16327faf35a281745a71d1b6d0 (diff)
downloadnvim-config-e4c6e0bdc40df9f5420eed3f57553f6652cc033f.tar.gz
nvim-config-e4c6e0bdc40df9f5420eed3f57553f6652cc033f.zip
misc(nvim): rounded borders and default bg color for floating windows
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 35d97f3..3f7515c 100644
--- a/init.lua
+++ b/init.lua
@@ -155,6 +155,7 @@ vim.opt.smartcase = true -- Search is case-sensitive if searching for uppercase
vim.opt.conceallevel = 2 -- Hide text with the "conceal" syntax attribute
vim.opt.showtabline = 2 -- Always show tabline
vim.opt.list = true -- Display <Tab> and other non-printables
+vim.opt.winborder = "rounded" -- Rounded outline for floating windows
vim.opt.listchars = { -- Characters used by 'list'
tab = "> ", -- Tab
trail = "-", -- Trailing space