[nvim] fix: duplicate setting + set tabstop to 4

This commit is contained in:
David JULIEN 2023-02-19 16:53:37 +01:00
parent d4bbbcdcc2
commit 9aae779da4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ opt.showmode = false
-- text, tabs, indents
opt.textwidth = 79
opt.shiftwidth = 8
opt.tabstop = 4
opt.softtabstop = -1
opt.expandtab = true
opt.shiftwidth = 0