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