set tabwidth

This commit is contained in:
xesc 2025-02-28 21:26:18 +01:00
parent c371ab161e
commit cfad61efe2

View file

@ -16,9 +16,9 @@ vim.opt.completeopt = 'menu,menuone,noselect'
vim.opt.list = true
-- correct tabbing
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
-- enable foldcolumn