This commit is contained in:
Henrik Bakken
2024-09-18 11:25:33 +02:00
parent 88a97e03a6
commit b45ce32383
4 changed files with 13 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
vim.o.colorcolumn = "100"
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.softtabstop = 2