[init.lua] Add tab options.

This commit is contained in:
ahmedsamyh 2025-02-15 13:04:05 +05:00
parent d2f795dce8
commit 59bd0505e4
1 changed files with 4 additions and 0 deletions

View File

@ -1016,5 +1016,9 @@ vim.api.nvim_create_autocmd('BufWritePost', {
end,
})
vim.g.expandtab = true
vim.g.tabstop = 4
vim.g.shiftwidth = 4
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et