Giter Club home page Giter Club logo

Comments (7)

rhysd avatar rhysd commented on June 10, 2024 1

From :help :hi,

Ignore left blank, hidden

So, current highlighting (show nothing by using the same color as background for foreground) seems correct.
The point is vim-plug is using this highlighting group not to ignore something, but to weaken color. I think plugDeleted should be handled individually.

from vim-color-spring-night.

robsonpeixoto avatar robsonpeixoto commented on June 10, 2024 1

image

Amazing !!!

from vim-color-spring-night.

rhysd avatar rhysd commented on June 10, 2024

Because I'm not using vim-plug, I'm not getting the point. Could you explain which part is going wrong? If you're ok, pasting the same output with other colorscheme would help me to understand the issue.

from vim-color-spring-night.

rhysd avatar rhysd commented on June 10, 2024

In addition, would you like to tell me the output of following command after moving the cursor on the problematic part?

:echom 'hi<' . synIDattr(synID(line('.'),col('.'),1),'name') . '>trans<' . synIDattr(synID(line('.'),col('.'),0),'name') . '>lo<' . synIDattr(synIDtrans(synID(line('.'),col('.'),1)),'name') . '>'

This shows which highlight group is used under the cursor.

from vim-color-spring-night.

robsonpeixoto avatar robsonpeixoto commented on June 10, 2024

You just need to define a good Ignore color.

The output of the command is:
hi<plugDeleted>trans<plugDeleted>lo<Ignore>

from vim-color-spring-night.

rhysd avatar rhysd commented on June 10, 2024

OK, I understood situation. Let me consider how to handle this.

from vim-color-spring-night.

rhysd avatar rhysd commented on June 10, 2024

I used the same color as comments for plugDeleted. How about this? I did not confirm because I'm not using vim-plug. Please let me know if it is still not comfortable.

from vim-color-spring-night.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.