diff options
author | Brahmajit Das <listout@listout.xyz> | 2025-08-06 06:01:16 +0530 |
---|---|---|
committer | Brahmajit Das <listout@listout.xyz> | 2025-08-06 06:01:16 +0530 |
commit | 19ec0836f6dd5088cd2928fb80c9474cfb15b6cb (patch) | |
tree | c1a9c032d8a7a7c371d3f9ecb73b024c10f37c11 /plugin | |
parent | 1141b6066a9d2f7bbf9e93786f5df39f4d153683 (diff) |
plugin/appearance.lua: use winborder
Defines the default border style of floating windows
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/appearance.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/appearance.lua b/plugin/appearance.lua index 3151523..3e3a638 100644 --- a/plugin/appearance.lua +++ b/plugin/appearance.lua @@ -43,6 +43,7 @@ opt.fillchars = { foldsep = "│", foldclose = "▸", } +opt.winborder = "rounded" -- Defines the default border style of floating windows vim.cmd [[ " Function, identifier and comments in italic |