diff options
| author | seth <[email protected]> | 2024-07-16 22:24:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-16 22:24:55 -0400 |
| commit | b19001b3f3cf004c3e1fe3021580ed5368849502 (patch) | |
| tree | 0d4d6e37f87690c5b66f9efe98ab8c6aaf627870 | |
| parent | 255e7c40af44aeedf19a3ca682cfc8a098266e8a (diff) | |
add back tabstop
| -rw-r--r-- | lua/getchoo/init.lua | 2 |
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 |
