Skip to content

Commit 59bd050

Browse files
committed
[init.lua] Add tab options.
1 parent d2f795d commit 59bd050

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,5 +1016,9 @@ vim.api.nvim_create_autocmd('BufWritePost', {
10161016
end,
10171017
})
10181018

1019+
vim.g.expandtab = true
1020+
vim.g.tabstop = 4
1021+
vim.g.shiftwidth = 4
1022+
10191023
-- The line beneath this is called `modeline`. See `:help modeline`
10201024
-- vim: ts=2 sts=2 sw=2 et

0 commit comments

Comments
 (0)