This might show a fundamental misunderstanding of how the plugin works, but is there any way to have something like a table of custom (user defined) colors? Maybe a table somewhere, read from an external (maybe json) file?
The specific reason I'm asking is that I have some custom defined colors in some of my LaTeX projects, and I would like to have a way for nvim-colorizer to highlight them without going through an LSP (just like some strings are highlighted in all kind of files, e.g. red, blue, green, etc.
This might show a fundamental misunderstanding of how the plugin works, but is there any way to have something like a table of custom (user defined) colors? Maybe a table somewhere, read from an external (maybe
json) file?The specific reason I'm asking is that I have some custom defined colors in some of my
LaTeXprojects, and I would like to have a way fornvim-colorizerto highlight them without going through an LSP (just like some strings are highlighted in all kind of files, e.g.red,blue,green, etc.