Search code examples
ubuntuvimvivim-plugin

How I can delete the vertical bar in vim


enter image description here

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.


Solution

  • In your .vimrc:

    set colorcolumn=""