Open Mange opened 2 weeks ago
We do have this: https://github.com/brenoprata10/nvim-highlight-colors/blob/e967e2ba13fd4ca731b41d0e5cc1ac2edcd6e25e/lua/nvim-highlight-colors/init.lua#L11 Maybe you can use it
vim.g.loaded_nvim_highlight_colors
Thanks, I noticed that one but wasn't sure if I wanted to rely on it or not since it appears to be an internal undocumented state variable.
It's part of why I want an official public API for it, so I don't have to think much about it. :-)
It would be great to have a function like
enabled(): boolean
that I can use to check the current status of this plugin.