Supermaven not work #129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm using supermaven in lazyExtra with default config,
but I didn't see any completions.
logs are like this:
Hope somebody could help. Appreciate it!!
Have you tried
:SupermavenRestartYes, I've tried it, logs are like these.
As long as you haven't seen the "Stopping Supermaven..." at the end of your log then I Think it's running, your log looks normal to me, I wonder if there is some other conflict with your neovim config. I've seen log messages with
not found in inverter, here is one I just pulled from my log (and I have supermaven working)[DEBUG Wed 12 Feb 18:43:58 2025] Unknown message: 2025-02-13T02:43:58.892Z ERROR [sm_agent::edge_connection] Error handling message: path .gitignore not found in inverter... This all leaves me to think that you do actually have supermaven running adequately but there is some other problem or conflict preventing it from operating properly. One thing you could try is make a clean neovim config with ONLY supermaven in it, then see if it works. You can launch neovim with a override config like this
nvim -u /path/to/special_init.luaI also have same issue with Supermaven. Supermaven randomly stop working, the last lines of log show "... not found in inverter". Then I have to quit Neovim then open again to get Supermaven back.
uff that's ruff. I found this by googleling
Error handling message: path .emacs.d/elpa/nextsupermaven-20201217.1027/nextsupermaven-pkg.el not found in inverter. I'm trying to implement a supermaven package.Does it mean any 'not found in inverter' errors don't matter?