Add column at 80 characters

This commit is contained in:
fanyx 2023-09-21 19:31:05 +02:00
parent d8bbd3de43
commit 23e3838148
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ vim.o.termguicolors = true
vim.o.scrolloff = 8
vim.o.updatetime = 50
vim.opt.colorcolumn = '80'