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

The fastest Neovim colorizer.

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

**Describe the bug** On Windows Terminal using WSL2, initializing colorizer in `init.lua` causes the error `&termguicolors must be set` **Operating System:** Debian 11 **Neovim Version:** 0.8.3 **Colorizer Version:** 36c610a

bug

**Describe the bug** HSL highlighting does not work if you have any decimals inside of any of the parameters to the function, so If you try something like `hsl(216deg, 87.5%,...

bug

This PR makes it a bit easier to beginners how to properly work with .conf files :D

Would it be possible to just add a block with the color like: ![Screenshot 2022-05-23 at 10 30 44](https://user-images.githubusercontent.com/81827001/169777780-0cf457d5-71fd-462c-b727-ffd75aeaa3b5.png) at the end of the line? @xiyaowong (pinging you since you...

Could look something like this: ```lua require 'colorizer'.setup { '*'; user_patterns = { 'LaTeXHTML' = { 'type' = 'RRGGBB', 'pattern' = '\\{HTML\\}\\{([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})\\}', }, } } ``` In the above example...

Currently colorizer only supports these function when they use comma separated parameters and float alpha. Please add support for space separated parameters and percentage alpha.

**Describe the bug** I'm using the vim-one colorscheme. Just found after switching `background` from light to dark, the color highlight is lost. Command `ColorizerToggle` works well before changing the `background`...

bug

### Summary This PR is part of a push to get Neovim plugins on LuaRocks. * See [this blog post](https://mrcjkb.github.io/posts/2023-01-10-luarocks-tag-release.html), which follows up on [a series of posts](https://teto.github.io/posts/2021-09-17-neovim-plugin-luarocks.html) by @teto....