1
0
Fork 0

reduce tab width

This commit is contained in:
Felipe 2023-04-10 19:45:51 -04:00
parent 35007c9331
commit d178c3286b
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -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