Add column at 80 characters
This commit is contained in:
parent
d8bbd3de43
commit
23e3838148
|
@ -17,3 +17,5 @@ vim.o.termguicolors = true
|
|||
vim.o.scrolloff = 8
|
||||
|
||||
vim.o.updatetime = 50
|
||||
|
||||
vim.opt.colorcolumn = '80'
|
||||
|
|
Loading…
Reference in New Issue