chore: update config options
This commit is contained in:
parent
16c8ca5333
commit
c048cf66ea
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ opt.relativenumber = true
|
||||||
opt.signcolumn = 'yes'
|
opt.signcolumn = 'yes'
|
||||||
|
|
||||||
-- Use tabs
|
-- Use tabs
|
||||||
opt.tabstop = 4
|
opt.tabstop = 2
|
||||||
opt.softtabstop = 4
|
opt.softtabstop = 2
|
||||||
opt.shiftwidth = 4
|
opt.shiftwidth = 2
|
||||||
opt.expandtab = false
|
opt.expandtab = false
|
||||||
opt.smartindent = true
|
opt.smartindent = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue