This commit is contained in:
2025-07-23 13:09:13 -04:00
parent a4504fab14
commit bcd996ad8f

View File

@@ -48,8 +48,8 @@ opt.number = true -- Show
opt.relativenumber = true -- Show relative line numbers
opt.splitbelow = true -- New horizontal splits open below
opt.splitright = true -- New vertical splits open to the right
opt.shiftwidth = 8 -- Spaces for auto-indent
opt.tabstop = 8 -- Spaces for a tab character
opt.shiftwidth = 2 -- Spaces for auto-indent
opt.tabstop = 2 -- Spaces for a tab character
opt.expandtab = true -- Use spaces instead of tabs
opt.scrolloff = 8 -- Lines to keep above/below cursor
vim.cmd('autocmd BufEnter * set formatoptions-=cro') -- Disable auto-commenting on new lines