aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/user/opts.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-05-01 23:08:26 +0200
committersrdusr <trevorgray@srdusr.com>2023-05-01 23:08:26 +0200
commitba436a9e37e5f4eb0cba05e1b41192a7cef794a3 (patch)
tree3e0559371c8a25f1f2fbe2ea38aa73a4043047a9 /.config/nvim/lua/user/opts.lua
parentab246859878ff1d4375f01dbbfe131378c65a541 (diff)
parent344cc94d7a8255e74b731b6bc94406958df0cc82 (diff)
downloaddotfiles-ba436a9e37e5f4eb0cba05e1b41192a7cef794a3.tar.gz
dotfiles-ba436a9e37e5f4eb0cba05e1b41192a7cef794a3.zip
Merge commit 'e65568c6a08312766872e054ee62dcdf8b509073'
Diffstat (limited to '.config/nvim/lua/user/opts.lua')
-rw-r--r--.config/nvim/lua/user/opts.lua28
1 files changed, 15 insertions, 13 deletions
diff --git a/.config/nvim/lua/user/opts.lua b/.config/nvim/lua/user/opts.lua
index 78a84a4..aa4d0c2 100644
--- a/.config/nvim/lua/user/opts.lua
+++ b/.config/nvim/lua/user/opts.lua
@@ -172,20 +172,22 @@ vim.opt.shortmess:append("sI")
--vim.opt.shortmess = "sI"
--vim.o.shortmess = vim.o.shortmess:gsub('s', '')
vim.opt.fillchars = {
- horiz = "━",
- horizup = "┻",
- horizdown = "┳",
- vert = "┃",
- vertleft = "┨",
- vertright = "┣",
- verthoriz = "╋",
- fold = "⠀",
+ horiz = "─",
+ horizup = "┴",
+ horizdown = "┬",
+ vert = "│",
+ vertleft = "┤",
+ vertright = "├",
+ verthoriz = "┼",
+ foldopen = "",
+ foldsep = "│",
+ foldclose = "",
+ fold = "─",
eob = " ",
- diff = "┃",
- msgsep = "‾",
- foldopen = "▾",
- foldsep = "│",
- foldclose = "▸",
+ --diff = "┃",
+ diff = "░",
+ msgsep = "━",
+ --msgsep = "‾",
}
vim.opt.listchars = { tab = "▸ ", trail = "·" } --
--vim.opt.fillchars:append({ eob = " " }) -- remove the ~ from end of buffer