From b19001b3f3cf004c3e1fe3021580ed5368849502 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 Jul 2024 22:24:55 -0400 Subject: add back tabstop --- lua/getchoo/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/getchoo/init.lua b/lua/getchoo/init.lua index ca4fc6b..2f72940 100644 --- a/lua/getchoo/init.lua +++ b/lua/getchoo/init.lua @@ -3,7 +3,9 @@ local opt = vim.opt g.mapleader = "," +-- indent options opt.shiftwidth = 2 +opt.tabstop = 2 -- line stuff opt.number = true -- cgit v1.2.3