Add cursorcolumn.

This commit is contained in:
Alex Manning 2022-05-25 09:33:41 +01:00
parent 6cb7f58a05
commit 9a6bfd60c3
Signed by: alex
GPG key ID: 1E325A228EB28358
2 changed files with 2 additions and 1 deletions

View file

@ -140,7 +140,7 @@ confidence=
# exception-escape,
# comprehension-escape
disable=bad-continuation,unused-variable,line-too-long
disable=bad-continuation,unused-variable,line-too-long,missing-class-docstring
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option

View file

@ -48,6 +48,7 @@ set hlsearch " Highlight all search matches
set showmatch " Show the matching bracket
set matchpairs=(:),{:},[:] " List of characters we expect in balanced pairs
set cursorline " Highlights the current line
set cursorcolumn " Highlights the current column
" Mouse options:
set mouse=a " Enable the mouse for all modes