reduce tab width
This commit is contained in:
parent
35007c9331
commit
d178c3286b
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
|
@ -5,8 +5,8 @@ local opt = vim.opt
|
|||
|
||||
---- General Config ----
|
||||
opt.mouse = 'a'
|
||||
opt.tabstop = 4
|
||||
opt.shiftwidth = 4
|
||||
opt.tabstop = 2
|
||||
opt.shiftwidth = 2
|
||||
opt.number = true
|
||||
opt.breakindent = true
|
||||
opt.showmatch = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue