Fred Damstra 5 anni fa
parent
commit
7ba6d60de0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@@ -2,6 +2,7 @@ set nocompatible              " be iMproved, required
 filetype off                  " required
 syntax on
 set encoding=utf-8
+set ruler                     " Show us our row and column
 
 " Accomodate a dark background
 set background=dark