This commit is contained in:
Henrik Bakken
2024-11-11 11:20:07 +01:00
parent 09d58f843b
commit b16308cb1d
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
vim.o.colorcolumn = "100"
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.softtabstop = 2