diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-01 13:49:42 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-01 13:50:09 +0200 |
commit | 4a7d37673e786ed916bb84284f5933f748edfce9 (patch) | |
tree | efbf0a401d7e7faee4a4be1fddf8c964086b88cc /lua/config.lua | |
parent | a20b53d8061bc86d63a40132442e38e2c203a994 (diff) |
make window separators visible & pretty
Diffstat (limited to 'lua/config.lua')
-rw-r--r-- | lua/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config.lua b/lua/config.lua index 72cdfd7..373bbad 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -20,7 +20,7 @@ vim.o.cmdheight = 2 vim.o.errorbells = false vim.o.scrolloff = 8 vim.o.encoding = "UTF-8" -vim.o.fillchars = vim.o.fillchars .. "vert:█" +vim.o.fillchars = vim.o.fillchars .. "vert:│" vim.o.colorcolumn = "90" vim.o.signcolumn = "yes" |