Closed
Description
I'm not sure why this bit of code works in .vim files and not in anything else.
I took it from one of your videos. So what I have in my set up is:
vim.opt.colorcolumn = '79'
vim.opt_local.colorcolumn = '+' .. vim.fn.join(vim.fn.range(0,254), ',+')
Metadata
Metadata
Assignees
Labels
No labels