cmp-tw2css icon indicating copy to clipboard operation
cmp-tw2css copied to clipboard

A source for nvim-cmp to convert tailwindcss classes to pure css codes

Results 6 cmp-tw2css issues
Sort by recently updated
recently updated
newest added

TailwindCSS had a recent update to v3.2. The completion source needs to be updated accordingly.

I'm not sure if this is a treesitter issue, but I was able to realize that this plugin was causing the error ![image](https://github.com/jcha0713/cmp-tw2css/assets/69465962/d5ee6eed-b049-4c1a-8629-cc7d7a5b3f2b) ``` Error detected while processing TextChangedI Autocommands...

Hey, I'm trying to modify this plugin for my personal use, for work with styled, I've already changed for work in typescript files, but I don't know where I need...

I have added support for svelte and also replaced the deprecated function nvim_buf_get_option

Color highlights are not applied until they are selected: ![Image](https://github.com/user-attachments/assets/81c78137-d73e-4da7-8cfd-cca32b2cb8b4)

**This is my config** ```lua return { { "hrsh7th/nvim-cmp", event = "InsertEnter", opts = function(_, opts) opts.sources = opts.sources or {} table.insert(opts.sources, { name = "lazydev", group_index = 0, })...