home · contact · privacy
Number lines in vim config.
[config] / dotfiles_user_minimal / vimrc
index 0110b6e72c3a50747a4ffc5acef83342b04393f7..efa49f8c51e4c6ad374a31b471be65cc9dfa07bf 100644 (file)
@@ -2,6 +2,9 @@
 syntax on
 filetype plugin on
 
+" Number lines.
+set nunber
+
 " 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