how to setup a line length marker in vim

Solutions on MaxInterview for how to setup a line length marker in vim by the best coders in the world

showing results for - "how to setup a line length marker in vim"
Leonardo
27 Apr 2017
1:set colorcolumn=80
2
3Press ESC in command mode and set like below
4:set colorcolumn=n
5for example: 'n' is the 80th character. 
6which will display vertical marker line at 80th character.
7
similar questions
vim soft line break