nvim-colorizer.lua icon indicating copy to clipboard operation
nvim-colorizer.lua copied to clipboard

Maintained fork of the fastest Neovim colorizer

Results 29 nvim-colorizer.lua issues
Sort by recently updated
recently updated
newest added

since this forked repository is used as part of the `NvChad`, so I think it would be great to be able to highlight the NvChad Base46 theme color by name,...

could a support for latex color definition format be added? Example: ```tex \definecolor{sectcol}{RGB}{255,150,0} ```

Hi and thank you for your work. The plugin already supports 6 character hex colours, 3 character hex shortcut, and 8 character hex color with alpha component. It would be...

**Describe the bug** Plugin does not attach on initial buffer if lazy loaded with Lazy. **To Reproduce** Using Lazy plugin manager, configure your nvim-colorizer like so: ```lua { 'NvChad/nvim-colorizer.lua', config...

bug

**Describe the bug** lsp colors are only applied to the `dark:` selector when custom colors are defined. This occurs when tailwind is set to `tailwind="both"` during configuration. **To Reproduce** nvim-colorizer...

bug

**Describe the bug** The new 950 shades included in tailwind v3.3 are not highlighted. **To Reproduce** Use a classname like `text-red-950`. **Expected behavior** The text is colorized. **Screenshots** **Operating System:**...

bug

**Application Versions:** OS: `WSL2 Ubuntu 22.04` Neovim: `NVIM v0.10.0-dev` **Colorizer Version:**: Note: This didn't work with my setup. `find ~/.config/nvim/ -type d -name 'nvim-colorizer.lua' -exec git rev-parse HEAD \;` The...

bug

As the title says it doesn't work with 0xRRGGBB format but only works when adding AA elements.

bug

When going through (``/``) Tailwind completion items that have color, colorizer tries to show each color. If I go through them quickly, I see a color every once in a...

What I want is to disable it in golang files, and I config as below: ``` lua require 'colorizer'.setup { filetypes = { '*', -- Highlight all files, but customize...