From 158d9112c6c9cf07cb00fcfb9ef93effb151e1af Mon Sep 17 00:00:00 2001 From: Thomas Sindt Date: Tue, 10 Mar 2026 22:06:41 +0100 Subject: [PATCH] tabs --- lua/core/options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/core/options.lua b/lua/core/options.lua index 64a727e..5d9120d 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -20,4 +20,6 @@ vim.opt.tabstop=4 vim.opt.softtabstop=4 vim.opt.autoindent=true vim.opt.smartindent=true +vim.opt.expandtab = true -- Insert spaces when pressing Tab +vim.opt.shiftwidth = 4 -- Indent width used by >> and <<