This commit is contained in:
Never Gude 2026-03-08 23:06:13 +01:00
parent 40fa47aa34
commit 78faa96e1f
11 changed files with 313 additions and 21 deletions

View file

@ -19,6 +19,7 @@ vim.o.colorcolumn = "80"
-- Set default tabstop and shiftwidth
vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.expandtab = true
-- Show <tab> and trailing spaces
vim.o.list = true