Browse Source

Disable relative numbering

Alois Mahdal 2 years ago
parent
commit
b9cdce1fa6
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      dotfiles/vim/vimrc

+ 0
- 1
dotfiles/vim/vimrc View File

112
 set ruler
112
 set ruler
113
 set showcmd
113
 set showcmd
114
 set nowrap
114
 set nowrap
115
-set relativenumber
116
 
115
 
117
 if &t_Co > 2 || has("gui_running")
116
 if &t_Co > 2 || has("gui_running")
118
   syntax on
117
   syntax on