Nvim: set tabwidth to 2 spaces

This commit is contained in:
pr0c3550r 2023-10-12 20:56:08 +02:00
parent d1184b9983
commit 4f2cc2d4af

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