Skip to content

How do I remove warning colors for tabs and spaces at the end of the line #7

Answered by datwaft
datwaft asked this question in Q&A
Discussion options

You must be logged in to vote

This seems to be caused by:

if enfocado#pluginIsActivated('whitespace', 0)
call enfocado#highlighter('Whitespace', s:none, s:br_orange, s:bg_1, s:none)
call enfocado#highlighter('ExtraWhitespace', s:none, s:br_red, s:bg_1, s:none)
elseif !exists('g:loaded_better_whitespace_plugin')
call enfocado#highlighter('Whitespace', s:none, s:br_red, s:bg_1, s:none)
endif

It seems that those lines always override:

highlight! link Whitespace NonText

Even if I don't have the plugin installed.

This seems to happen because enfocado#…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@wuelnerdotexe
Comment options

@datwaft
Comment options

@wuelnerdotexe
Comment options

Answer selected by datwaft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants