From 4be1a76578c74cdceb022e9020555e2d7ef96af5 Mon Sep 17 00:00:00 2001 From: Tilo K Date: Wed, 18 Jun 2025 19:36:42 +0200 Subject: [PATCH] wip --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0bad41d..4bfb34d 100644 --- a/init.lua +++ b/init.lua @@ -149,7 +149,7 @@ vim.o.splitbelow = true -- It is very similar to `vim.o` but offers an interface for conveniently interacting with tables. -- See `:help lua-options` -- and `:help lua-options-guide` -vim.o.list = true +vim.o.list = false vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' } -- Preview substitutions live, as you type!