[nvim] fix: duplicate setting + set tabstop to 4
This commit is contained in:
parent
d4bbbcdcc2
commit
9aae779da4
@ -49,7 +49,7 @@ opt.showmode = false
|
|||||||
|
|
||||||
-- text, tabs, indents
|
-- text, tabs, indents
|
||||||
opt.textwidth = 79
|
opt.textwidth = 79
|
||||||
opt.shiftwidth = 8
|
opt.tabstop = 4
|
||||||
opt.softtabstop = -1
|
opt.softtabstop = -1
|
||||||
opt.expandtab = true
|
opt.expandtab = true
|
||||||
opt.shiftwidth = 0
|
opt.shiftwidth = 0
|
||||||
|
Reference in New Issue
Block a user