cmp-tw2css
cmp-tw2css copied to clipboard
A source for nvim-cmp to convert tailwindcss classes to pure css codes
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  ``` 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: 
**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, })...