Brendan Mulholland
Brendan Mulholland
Thanks for mentioning it! Actually I already use [folke/which-key.nvim](https://github.com/folke/which-key.nvim) and thought it didn't work for non-leader keybindings. Now I see it does, so (I think?) I don't need to use...
FWIW I tried the latest version and found that some, but not all, N+1 queries were detected. I believe that this also resulted in false positives on the unused eager...
I have a similar problem with [neovim-ayu](https://github.com/Shatur/neovim-ayu) (light mode). I dug in and that theme [doesn't set `Cursor` at all, instead using a few variants](https://github.com/Shatur/neovim-ayu/blob/master/lua/ayu/init.lua#L33). I don't know enough about...
Then it sounds like the bug is in the themes, not leap? (And BTW, the issue is now fixed for neovim-ayu :) )
Given there's no response, I'd say just fork it and start pulling in PRs :)
Shouldn't https://github.com/ilyakatz/data-migrate/pull/204 have closed this?
Same issue here, Vue 2. Using Nuxt (and nuxt/storybook module), no Vuetify. My config is very different from both of yours and I don't see any common factor except for...
Thanks for the workaround @yannbf. I had thought of something similar but didn't know enough about supported queries to make it work. Putting the two together, I think I came...
In the meantime, I use [dark-notify](https://github.com/cormacrelf/dark-notify/) for that.
Auth module depends on axios, so that package can't have nuxt 3 support until axios is fixed: https://github.com/nuxt-community/auth-module/issues/1520