Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 vim 中,符号字符背景与 SignColumn 背景不同。
这是相当破坏性的,所以我能做些什么来纠正它?是否有任何特定:highlight命令可以更改我的标志背景并解决它?
:highlight
每个符号都被定义为对其文本使用特定的语法高亮组。见:help :sign-define。找到标志的定义位置,检查其中的“texthl”部分,然后更改该部分或更改该突出显示组的突出显示属性。
:help :sign-define