diff options
author | Abouzar Parvan <[email protected]> | 2021-07-09 22:56:42 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-09 14:26:42 -0400 |
commit | 986da71d30d2445d0ac8093ce0a65ef1bc87a2f9 (patch) | |
tree | 3d8d0dbbe9abd56e26325566f576fc21c6081506 /lua/default-config.lua | |
parent | 79fe019da813277cf57c5bd6f8a730e3f03cda88 (diff) |
make shiftwidth and tabstop configurable (#818)0.4.7
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index f84e5428..059eb477 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -18,6 +18,8 @@ O = { number = true, relative_number = false, number_width = 4, + shift_width = 2, + tab_stop = 2, cmdheight = 2, cursorline = true, shell = "bash", |