From f1abf864c182e69729e24f6f5ff9d7b9210fed8f Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 30 Oct 2025 01:04:51 -0400 Subject: [PATCH] show tabs --- lua/conf/opts.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/conf/opts.lua b/lua/conf/opts.lua index aabff10..be1e943 100644 --- a/lua/conf/opts.lua +++ b/lua/conf/opts.lua @@ -17,6 +17,10 @@ vim.o.ts = tabwidth vim.o.sw = tabwidth vim.o.sts = -1 +-- I'd like to be able to see when I'm using icky tabs +vim.o.list = true +vim.o.listchars = "tab:┌┬┐" + -- Schedule the setting after `UiEnter` because it can increase startup-time. -- (yoinked from kickstart.nvim) vim.schedule(function()