tabstops to 4

This commit is contained in:
mallowcheeks 2024-06-11 23:23:31 -05:00
parent 0d6da6ca01
commit 892cea78c8
1 changed files with 4 additions and 0 deletions

View File

@ -58,3 +58,7 @@ vim.opt.cursorline = true
-- Minimal number of screen lines to keep above and below the cursor. -- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10 vim.opt.scrolloff = 10
-- Change the tabspacing
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4