diff options
| -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 |
