vuki656 / package-info.nvim

✍️ All the npm/yarn/pnpm commands I don't want to type
GNU General Public License v3.0
480 stars 27 forks source link

feat: 256 color support #42

Closed ajslater closed 3 years ago

ajslater commented 3 years ago

This works on my machine. But I'm curious about a part of it, which I'd like you to look at.

To get it to work I had to:

  1. Export the highlight commands from the config module on line 79
  2. Explicitly call those highlight commands inside show.show()

Maybe this is just an existing bug in develop, idk. It seems weird.

Closes #35

vuki656 commented 3 years ago

Looking good. Before I merge, can you just address the question above? Thanks.