Vim:如何用光标线突出显示折叠?
是否有可能用光标线突出显示当前行而不是折叠突出显示?
Is there a possibility to highlite current line with cursorline over folding highlite?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有可能用光标线突出显示当前行而不是折叠突出显示?
Is there a possibility to highlite current line with cursorline over folding highlite?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
不,闭合折叠颜色胜过光标线/光标列突出显示
如果您下定决心,您可以尝试使用符号(:he sign.txt)来完成您的工作。另请参阅 ShowMarks 插件
Check :version 来查看 +signs 是否已编译为
哦,当然,您可以使用自动命令来更新符号(为当前行 ('.) 定义它)并查看更新时间设置
Nope, the closed fold color wins over the cursorline/cursorcolumn highlight
You could try to use signs (:he sign.txt) to do your job if you are determined. Also see ShowMarks plugin
Check :version to see whether +signs was compiled in
Oh, of course you'd have autocommands to update the sign (define it for the current line ('.)) and see updatetime setting as well