diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-22 11:17:27 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-22 11:17:27 +0200 |
| commit | e4c6e0bdc40df9f5420eed3f57553f6652cc033f (patch) | |
| tree | c1830dfbb5d0e585c8db87cddd123e2e32f2f00b /init.lua | |
| parent | 1af92e55723a9b16327faf35a281745a71d1b6d0 (diff) | |
| download | nvim-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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
