Open MattsonCam opened 10 months ago
Hi, I noticed a vertical line seems to be present whenever I open Neovim regardless of the file type. Is there a good way to remove this line?
This vertical line is not from vim-jukit. this is cause of your config.
In you config set the value of vim.opt.colorcolumn = {}, to remove that line
vim.opt.colorcolumn = {}
Hi, I noticed a vertical line seems to be present whenever I open Neovim regardless of the file type. Is there a good way to remove this line?