diff --git a/nvim/lua/core/options.lua b/nvim/lua/core/options.lua index 8061837..8fcf62e 100644 --- a/nvim/lua/core/options.lua +++ b/nvim/lua/core/options.lua @@ -49,8 +49,9 @@ opt.cursorline = true -- highlight the current line opt.laststatus = 2 -- only the last window will always have a status line opt.lazyredraw = true -- don't update the display while executing macros opt.list = true +-- You can also add 'space' or 'eol', but I feel it's quite annoying opt.listchars = { - tab = '| ', + tab = '┊ ', trail = '·', extends = '»', precedes = '«',