-
See the following screenshot: How do I remove the color yellow that highlights tabs and spaces at the end of the line? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This seems to be caused by: vim-enfocado/colors/enfocado.vim Lines 980 to 985 in 2eccaa4 It seems that those lines always override: vim-enfocado/colors/enfocado.vim Line 241 in 2eccaa4 Even if I don't have the plugin installed. This seems to happen because Testing it a little bit more, it seems that As this seems to be a bug I will create an issue from this discussion. At the moment I added this workaround to my configuration. |
Beta Was this translation helpful? Give feedback.
This seems to be caused by:
vim-enfocado/colors/enfocado.vim
Lines 980 to 985 in 2eccaa4
It seems that those lines always override:
vim-enfocado/colors/enfocado.vim
Line 241 in 2eccaa4
Even if I don't have the plugin installed.
This seems to happen because
enfocado#…