Changeset b7e7262 in dotfiles for vim


Ignore:
Timestamp:
Jun 19, 2021, 1:13:48 AM (4 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
cf11489
Parents:
1b5face
Message:

Set max column width line in vim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vim/.vimrc

    r1b5face rb7e7262  
    1616set undofile
    1717set undodir=~/.vim/undo/
     18
     19" Display maximum char width line
     20set colorcolumn=80
    1821
    1922" Syntax checker
Note: See TracChangeset for help on using the changeset viewer.