tw-values.nvim
tw-values.nvim copied to clipboard
feat: display TWValues for individual tailwind classes
Code could do for a refactor to encapsulate some of the logic I copied. Let me know if you want me to do that in another PR.
This PR adds support for showing TW values for individual classes when called over a class.
I think this is a great feature, but should be isolated to a seperate function. That way the user can have two keymaps, either show all or the one they are hovering. Do you agree and feeling like implementing that?
Totally forgot about this PR! I'll look into implementing that.
Could you look at this? I have split the functionality into two functions.