diff --git a/home/.config/nvim/lua/vim_opt.lua b/home/.config/nvim/lua/vim_opt.lua index b29cd93..56440a7 100644 --- a/home/.config/nvim/lua/vim_opt.lua +++ b/home/.config/nvim/lua/vim_opt.lua @@ -66,7 +66,8 @@ opt.termsync = true opt.scrolloff = 4 -- Whitespaces -opt.listchars = { tab = "→\"", trail = "·", nbsp = "␣" } -opt.list = true +-- opt.listchars = { tab = "→\"", trail = "·", nbsp = "␣" } +-- opt.list = true +opt.list = false return opt