How to change the background color of the cursor when using vim to view php code?
高洛峰2017-05-16 16:41:28
0
2
645
As shown in the picture, I enabled vim's syntax highlighting and used a custom color theme. When the cursor is on { }, how do I change its background color?
This is a function provided by a standard plugin, you can use
:help matchpara
to read its documentation. Here is an excerpt::hi Cursor guibg=yellow