Closed cacauisadog closed 5 months ago
For what it's worth, I had the same issue when I had extensions
configured inside defaults
. Once I moved them outside, the mappings worked (although I see you already do that in your post).
The order should be
setup
load_extension
Is your entire setup available somewhere @cacauisadog ?
If anyone else experience this issue, this fixed the problem for me. Following weeman1337's advice.
Thanks @ogrish55 . I will keep this issue open until I updated the README.
Thanks @ogrish55 . I will keep this issue open until I updated the README.
i think it's about time you update the docs :D
Hello! I've installed and setup this plugin, and it works nicely. The one problem I'm having, which is probably a me problem, is that I can't seem to make the custom mappings work.
I installed the plugin with packer:
Then, in a separate
telescope.lua
file I use just to configure telescope itself, I load the extension and the actions:And the
setup
function:but it doesn't work, neither the
mappings
nor thetheme
. I'm almost sure there is something I'm doing wrong - maybe the load order is whacky?Thanks in advance.