tabstops to 4

pull/1668/head
mallowcheeks 1 year ago
parent 0d6da6ca01
commit 892cea78c8

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

Loading…
Cancel
Save