diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-18 09:54:49 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-18 16:02:49 +0200 |
commit | fa73b5ded60c345fa9e855ae65a4651ccd802306 (patch) | |
tree | 561f153b0f1728d2f342cabc6f2f313692a2071f /.vimrc | |
parent | 042c33293f9e581c6f2cfdb3f1c06a50e4583c1a (diff) |
vim re-enabled current line number
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ set laststatus=0 set confirm set visualbell set cmdheight=2 +set number set relativenumber set notimeout ttimeout ttimeoutlen=200 set pastetoggle=<F11> |