set tabwidth
This commit is contained in:
parent
c371ab161e
commit
cfad61efe2
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ vim.opt.completeopt = 'menu,menuone,noselect'
|
||||||
vim.opt.list = true
|
vim.opt.list = true
|
||||||
|
|
||||||
-- correct tabbing
|
-- correct tabbing
|
||||||
vim.opt.tabstop = 4
|
vim.opt.tabstop = 2
|
||||||
vim.opt.softtabstop = 4
|
vim.opt.softtabstop = 2
|
||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 2
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
|
|
||||||
-- enable foldcolumn
|
-- enable foldcolumn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue