Vim 配色方案不再加载
今天我在我的笔记本电脑上安装了 MacPorts 的最后一个版本,从那时起(尽管我不能确定这是真正的原因)vim 的配色方案不再加载。相反,出现了一种奇怪的黑白配色方案,其中行号和保留关键字带有下划线。
如果我尝试更改配色方案,语法突出显示会发生一些变化,但仍然是黑色和白色。
注意 MacVim 与基于文本的 vim 共享 .vimrc
,显示正确的配色方案。
我已经尝试放宽 vim 目录中 colors
和 syntax
目录的文件权限。
你知道会发生什么吗?
谢谢
通努兹
Today I installed the last version of MacPorts on my laptop, since then (though I cannot be sure that this is the real cause) vim's color schemes don't load anymore. Instead, a strange black-and-white color scheme shows up, in which line numbers and reserved keywords are underlined.
If I try to change color scheme the syntax highlighting changes a bit, but still black and white.
Note that MacVim, which shares .vimrc
with text-based vim, display the correct color scheme.
I have already tried relaxing file permissions on the colors
and syntax
directories in the vim directory.
Do you have any idea on what could have happened?
Thank you
Tunnuz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来像是 vim 检测终端是否支持颜色的能力的问题。查看 vim 文档中的 this,特别是第二个要点。
This sounds like an issue with vim's ability to detect if your terminal supports colors. Take a look at this from the vim documentation, specifically the second bullet point.