diff --git a/nvim/lua/user/options.lua b/nvim/lua/user/options.lua index a2009fc..e97dc4a 100644 --- a/nvim/lua/user/options.lua +++ b/nvim/lua/user/options.lua @@ -76,7 +76,7 @@ vim.o.foldcolumn = "auto" -- See `:help 'list'` -- and `:help 'listchars'` vim.o.list = false -vim.o.listchars = [[tab: 󰄾,space:·,eol:␍,nbsp:␣]] +vim.o.listchars = [[tab:⭲ ,space:·,eol:⮠,nbsp:␣]] vim.o.fillchars = string.format([[eob: ,fold: ,foldopen:%s,foldsep:%s,foldclose:%s]], icons.fold.open, icons.fold.sep, icons.fold.close)