Files
2025-11-05 21:59:21 +01:00

5 lines
93 B
Lua

vim.o.colorcolumn = "100"
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.softtabstop = 4