diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-16 13:51:41 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-16 13:51:41 -0400 |
commit | 8b0fdf83b3e4abb95ae4e4d720dd1c0bb64d75b6 (patch) | |
tree | 68ce9e4185d5037bfa9ef84530941ed971925c08 /init.lua | |
parent | 5cbece8a8c3e000911990c22675500f9e5feb5ce (diff) |
Update tabstop and shiftwidth
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,4 +11,7 @@ vim.cmd([[ ]]) vim.wo.relativenumber = true +vim.o.tabstop = 4 +vim.o.shiftwidth = 4 + vim.opt.clipboard = "unnamedplus" |