Skip to content

Commit 892cea7

Browse files
committed
tabstops to 4
1 parent 0d6da6c commit 892cea7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lua/options.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ vim.opt.cursorline = true
5858

5959
-- Minimal number of screen lines to keep above and below the cursor.
6060
vim.opt.scrolloff = 10
61+
62+
-- Change the tabspacing
63+
vim.opt.tabstop = 4
64+
vim.opt.shiftwidth = 4

0 commit comments

Comments
 (0)