change vimrc
This commit is contained in:
parent
3f926b51df
commit
9d1b3d1aff
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@ filetype indent on
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
" Add numbers to each line on the left-hand side.
|
" Add numbers to each line on the left-hand side.
|
||||||
"set number
|
set number
|
||||||
|
|
||||||
" Highlight cursor line underneath the cursor horizontally.
|
" Highlight cursor line underneath the cursor horizontally.
|
||||||
"set cursorline
|
set cursorline
|
||||||
|
|
||||||
" Highlight cursor line underneath the cursor vertically.
|
" Highlight cursor line underneath the cursor vertically.
|
||||||
"set cursorcolumn
|
"set cursorcolumn
|
||||||
|
|
Loading…
Reference in a new issue