nvim tweaks

This commit is contained in:
Henrik Bakken
2024-04-09 21:48:17 +02:00
parent fe17c01dda
commit 61bbd93f94
4 changed files with 34 additions and 25 deletions
+4
View File
@@ -0,0 +1,4 @@
vim.o.colorcolumn = "100"
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.softtabstop = 4