norcalli / nvim-colorizer.lua

The fastest Neovim colorizer.
Other
2.23k stars 117 forks source link

Support #67

Open bryant-the-coder opened 2 years ago

bryant-the-coder commented 2 years ago

Hi, does nvim-colorizer support scss? I am using scss quite a lot

axieax commented 2 years ago

Seems like it! I use scss quite a lot as well, and it seems to be working as intended :)

bryant-the-coder commented 2 years ago

how? can show your config?

axieax commented 2 years ago

I'm not sure, I just have the basic require("colorizer").setup() for setting up the plugin. My full config can be found here if you want to have a closer look.