I am using neovim on Linux.
NVIM v0.11.3
Build type: Release
LuaJIT 2.1.1741730670
In my options.lua I have vim.opt.list = false and vim.opt.listchars = { tab = '»'}
I have a keymap set to toggle list chars.
However, when I start neovim it always shows the hidden chars.
I want to not list the chars on startup. It will not honour the vim.opt.list = false option.