Nivm: changed indentwidth to 2 Spaces per Tab

This commit is contained in:
pr0c3550r 2023-04-29 19:41:01 +02:00
parent db079877ab
commit 12eb72c452

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
-- smart indenting by vim