aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-04-30 21:58:27 +0200
committersrdusr <trevorgray@srdusr.com>2023-04-30 21:58:27 +0200
commit15e872788e7b32fa137367f67797a73c1f46072e (patch)
tree2a52f70a73a5d0b7ab2879cad7a9f6727a80978a /lua
parent2ac4a8e226c8161f417ce1d04a3f93b1e313730c (diff)
downloaddotfiles-15e872788e7b32fa137367f67797a73c1f46072e.tar.gz
dotfiles-15e872788e7b32fa137367f67797a73c1f46072e.zip
Edited window seperators (fillchars)
Diffstat (limited to 'lua')
-rw-r--r--lua/user/opts.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua
index 78a84a4..ab339bb 100644
--- a/lua/user/opts.lua
+++ b/lua/user/opts.lua
@@ -175,9 +175,9 @@ vim.opt.fillchars = {
horiz = "━",
horizup = "┻",
horizdown = "┳",
- vert = "┃",
- vertleft = "┨",
- vertright = "┣",
+ vert = "▏",
+ vertleft = "▏",
+ vertright = "├",
verthoriz = "╋",
fold = "⠀",
eob = " ",