开发者

Weird VIM colorscheme, I don't know what's going wrong in my configuration

开发者 https://www.devze.com 2023-03-29 17:36 出处:网络
I got a weird vim interface, please take a look at the following image: How can I remove those red blocks?It\'s n开发者_StackOverflow中文版ot highlighted search.

I got a weird vim interface, please take a look at the following image:

Weird VIM colorscheme, I don't know what's going wrong in my configuration

How can I remove those red blocks? It's n开发者_StackOverflow中文版ot highlighted search.

What I did is switch from Gentoo to Arch, my ~/.vimrc remain unchanged.

Many thanks!


Looks like you've got spell-checking enabled.

:set nospell

If you want to find who set 'spell' (it's off by default), use:

:verbose set spell?


There's a syntax file that has those strings in it, telling the colorscheme to color them in some special way. The colorscheme defines that special way to be utterly hideous. :)

If you want that text highlighted, just differently, you'll need to edit your colorscheme. If you don't want that text highlighted, you need to remove them from the syntax definition.

Unfortunately I don't know much about that stuff as I'm mostly happy with the defaults on Windows...

0

精彩评论

暂无评论...
验证码 换一张
取 消