smaller tabstop

This commit is contained in:
andrzej 2024-06-25 22:11:41 +02:00
parent 890721d4eb
commit 36389b433b
1 changed files with 2 additions and 0 deletions

View File

@ -52,3 +52,5 @@ vim.opt.spell = true
vim.opt.textwidth = 0 --prevent vim from inserting linebreaks vim.opt.textwidth = 0 --prevent vim from inserting linebreaks
vim.opt.linebreak = true vim.opt.linebreak = true
vim.opt.wrap = true vim.opt.wrap = true
vim.opt.tabstop = 2