The way the (python) lsp and supermaven work together is not great - it's kind of like supermaven will pop up with the grey auto-complete text, but it won't appear in cmp, but then half the time it does. It feels like there's some race between lsp and supermaven whereby supermaven's result is getting nuked, but only sometimes. Any suggestions of how to debug this further would be appreciated.
Not sure if it's an issue with supermaven or cmp but I'll start here... I've the following setup:
The way the (python) lsp and supermaven work together is not great - it's kind of like supermaven will pop up with the grey auto-complete text, but it won't appear in cmp, but then half the time it does. It feels like there's some race between lsp and supermaven whereby supermaven's result is getting nuked, but only sometimes. Any suggestions of how to debug this further would be appreciated.