Skip to content

Commit d5dc64e

Browse files
committed
Set tabs to 2 spaces
1 parent ce56724 commit d5dc64e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/options.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,10 @@ vim.o.confirm = true
8888
-- Set nowrap
8989
vim.o.wrap = false
9090

91+
-- Set tabs to 2 spaces
92+
vim.o.tabstop = 2
93+
vim.o.shiftwidth = 2
94+
vim.o.expandtab = true
95+
vim.o.smartindent = true
96+
9197
-- vim: ts=2 sts=2 sw=2 et

0 commit comments

Comments
 (0)