smaller tabstop
This commit is contained in:
parent
890721d4eb
commit
36389b433b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue