From c048cf66eaea8c31965999dede4c514a0d526a4f Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Tue, 6 Jan 2026 13:02:46 +0100 Subject: [PATCH] chore: update config options --- lua/config/options.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index b2ce34f..6f5b010 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -6,9 +6,9 @@ opt.relativenumber = true opt.signcolumn = 'yes' -- Use tabs -opt.tabstop = 4 -opt.softtabstop = 4 -opt.shiftwidth = 4 +opt.tabstop = 2 +opt.softtabstop = 2 +opt.shiftwidth = 2 opt.expandtab = false opt.smartindent = true