home · contact · privacy
Fix buggy vimrc.
[config] / dotfiles_user_minimal / vimrc
index 0110b6e72c3a50747a4ffc5acef83342b04393f7..0103b0a19b3d584197c824f83b2c9e8a4eefd404 100644 (file)
@@ -2,6 +2,9 @@
 syntax on
 filetype plugin on
 
+" Number lines.
+set number
+
 " Don't add unsolicited final newline.
 set binary
 
@@ -19,3 +22,6 @@ execute myvar
 
 " Keep syntax highlighting healthy.
 autocmd BufEnter * :syntax sync fromstart
+
+" Mark the 80-th column.
+set colorcolumn=80