Set initial configuration

This commit is contained in:
Eduardo Ellery 2024-12-15 15:17:14 +01:00
parent de44f49101
commit 44d3a98cb3
8 changed files with 1786 additions and 718 deletions

4
lua/vim-options.lua Normal file
View file

@ -0,0 +1,4 @@
vim.o.tabstop = 4 -- A TAB character looks like 4 spaces
vim.o.expandtab = true -- Pressing the TAB key will insert spaces instead of a TAB character
vim.o.softtabstop = 4 -- Number of spaces inserted instead of a TAB character
vim.o.shiftwidth = 4 -- Number of spaces inserted when indenting