steelsojka / headwind.nvim

MIT License
31 stars 3 forks source link

Cannot sort classes #5

Open bpingris opened 3 years ago

bpingris commented 3 years ago

Hi,

Thanks for your plugin, really useful one in vscode however I cannot make it work in neovim. After I install it, when running the formatter lua require'headwind'.buf_sort_tailwind_classes() I have this error:

E5108: Error executing lua /Users/bpingris/.vim/plugged/headwind.nvim/lua/headwind.lua:188: attempt to index local 'query' (a nil value)

Am I missing some dependencies? I am already using treesitter

NVIM v0.6.0-dev+501-gcb15055c2

luiswitz commented 2 years ago

Hello there,

I'm facing the same issue