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()