Added colorcolumn to show the column that should (preferably) not be

exceeded, it's a softlimit
This commit is contained in:
2024-11-30 14:54:29 +02:00
parent ecd2eb1576
commit 8adfa69813

View File

@@ -12,6 +12,7 @@ vim.opt.softtabstop = 4 -- number of idfk tab when editing
vim.opt.shiftwidth = 4 -- number of spaces to insert on tab
-- UI
vim.opt.colorcolumn = '80'
vim.opt.signcolumn = 'auto:9'
vim.opt.number = true
vim.opt.relativenumber = true