diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-29 20:45:57 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:30 +0100 |
commit | 2635dd9026f900024ac36713542fba723efdd762 (patch) | |
tree | bce63cd2822d9041ab2a6fd4ba1cebdc3456e3db /vimrc | |
parent | fa46a01723ac8faf2d8863c5742e2434212d3366 (diff) | |
download | dotnvim-2635dd9026f900024ac36713542fba723efdd762.tar.gz dotnvim-2635dd9026f900024ac36713542fba723efdd762.zip |
Enable back cursorline
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ filetype plugin indent on " line numbers set number +" cursor line +set cursorline + " enable mouse set mouse=a |