Add cursorcolumn.
This commit is contained in:
parent
6cb7f58a05
commit
9a6bfd60c3
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue