summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-16 22:24:55 -0400
committerseth <[email protected]>2024-07-16 22:24:55 -0400
commitb19001b3f3cf004c3e1fe3021580ed5368849502 (patch)
tree0d4d6e37f87690c5b66f9efe98ab8c6aaf627870 /lua
parent255e7c40af44aeedf19a3ca682cfc8a098266e8a (diff)
add back tabstop
Diffstat (limited to 'lua')
-rw-r--r--lua/getchoo/init.lua2
1 files changed, 2 insertions, 0 deletions
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