Folke Lemaitre
Folke Lemaitre
Right, need to add that one to the list
Can you provide a minimal init as instructed in the issue template? Otherwise it's hard for me to debug this
Can you remove all the deps instead and let lazy handle them automatically? So just move the deps top-level and set `lazy=true`. Lazy should then automatically resolve lua dependencies. Looking...
Basically, with lazy Lua dependencies are not needed.
The keys should be `` and `` probably? You're setting the `rhs`, but it should be the `lhs`? You also use `` instead of ``, so maybe that's the issue?
Can you provide a minimal init.lua? And add in the keys that worked with packer.
Sorry, forgot to mention that you need to fix your mapping: ```lua { "zirrostig/vim-schlepp", keys = { { "SchleppUp", mode = "v" }, { "SchleppDown", mode = "v" } },...
Just pushed another fix. Can you verify?
I will check if this is lazy, but @clason is probably right. What lazy does when lazy-loading on a filetype: * we make a list of all the `augroups` that...
I can confirm that the original issue is back. Will look into it further tomorrow. @medwatt I can't tell you anthing about packer. no idea