Browse Source

Show 80-char column in vim.

main
Titouan Rigoudy 3 years ago
committed by Titouan Rigoudy
parent
commit
988253a9ae
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      config.vim

+ 2
- 0
config.vim View File

@ -10,6 +10,8 @@
" Always show the current cursor position.
set ruler
" Show the 80 character column.
set colorcolumn=80
" Show line numbers.
set number


Loading…
Cancel
Save