Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: plugin not work when colors are more than termcolors
If you defined `{colors = { "#cc241d", "#a89984" }, termcolors = {}}`, you can't reproduce the issue. Because there are seven colors and termcolors in default config. If you defined colors more than seven, colors = { "#cc241d", "#a89984", "#b16286", "#d79921", "#689d6a", "#d65d0e", "#458588", "#005f87" }, termcolors = {}, Or colors' length more than termcolors', colors = { "#cc241d", "#a89984"}, termcolors = { 3 }, then the issue can be reproduced. close p00f#120
- Loading branch information