[init.lua] Add tab options.
This commit is contained in:
parent
d2f795dce8
commit
59bd0505e4
4
init.lua
4
init.lua
|
|
@ -1016,5 +1016,9 @@ vim.api.nvim_create_autocmd('BufWritePost', {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.g.expandtab = true
|
||||||
|
vim.g.tabstop = 4
|
||||||
|
vim.g.shiftwidth = 4
|
||||||
|
|
||||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||||
-- vim: ts=2 sts=2 sw=2 et
|
-- vim: ts=2 sts=2 sw=2 et
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue