supermaven-inc / supermaven-nvim

The official Neovim plugin for Supermaven
https://supermaven.com/
MIT License
619 stars 30 forks source link

fix: LuaJIT limitation fix + make experience similar to vscode #5

Closed foodornt closed 4 months ago

foodornt commented 4 months ago

Made it so it goes to the end of completion instead of the end of current line (fixes #2) accept files that contain more than 8000 characters doesn't request completion on invalid buffers (telescope buffers etc...)

Hashiraee commented 4 months ago

Movement issue is fixed in PR #7 (which also solved Issue #2) using nvim_win_set_cursor() instead of entering a certain number keys. You can pull the PR into yours.

super-jacob commented 4 months ago

Taking another look at this PR, the changes compared to current main are:

Is that right?

foodornt commented 4 months ago

Yep, recent PRs got better fixes for them I suppose