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

I'm writing some tikz codes, it would be nice if I can instantly see the final colors without compiling TeX document. Currently, simple color names like `red` are shown correctly....

bug

Hexokinase is no longer maintained; the repository is archived. Hence, this repository should not reference it anymore as an alternative.

**Describe the bug** Only hex codes in the form of `#abcdef`, `#abc` and `#abcdef00` are working. **To Reproduce** I replaced my whole neovim configuration for this: ``` local lazypath =...

bug

**Describe the bug** colors using `0x` prefix are not displayed **To Reproduce** Go here in nvim: https://github.com/iced-rs/iced/blob/c76a9eb2ff08ac242ed27d7fb11f536c1cc4411a/style/src/theme/palette.rs#L140 **Expected behavior** they are displayed just like `#` colors **Screenshots** ![image](https://github.com/NvChad/nvim-colorizer.lua/assets/77415970/dc4d5478-f31a-47dc-b194-51a5fffbb9e7) **Operating System:**...

bug

Does this plugin support these: --ctp-flamingo: 240,198, 198; ?

bug

the only code files changed were: `parser.names`, `colorizer` and `matcher`

**Describe the bug** I wanted to set up this plugin to give colorizing support to tailwind classes but, I don't want to colorize every word matching with a color name,...

bug

**Describe the bug** When I load up a previous session with multiple tabs/windows, only the first active buffer is colorised. **To Reproduce** I use [projections](https://github.com/GnikDroy/projections.nvim) to load my sessions, however...

bug

This adds a new `inline` mode to use the new inline virtual text features of Neovim v0.10 (currently nightly) ![2023-05-23_11:45:53_screenshot](https://github.com/NvChad/nvim-colorizer.lua/assets/1591837/a9dadd3f-4c3e-4024-b860-a36f42b3a464)