I am trying to delete the vertical bar but I don't know what is the code in .vimrc I should disable to remove it.
CodePudding user response:
In your .vimrc:
set colorcolumn=""
CodePudding user response:
I solve it after posted this issue with comment this line highlight ColorColumn ctermbg=0 guibg=lightgrey