-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream workspace/applyEdit signature change breaks lspfuzzy #20
Comments
Thank you for letting me now. I didn't want to break the plugin for people not using Neovim master so I've pushed a new branch I've also updated the readme accordingly. |
Thank you for the fix 👍 , it works well. |
* Update handler signatures Closes #20 * Make changes compatible with Neovim < 0.5.1
I've updated |
I'm afraid the new release broke the plugin again. The I am building neovim with NVIM v0.6.0-dev+216-g7a0468e7a
Build type: RelWithDebInfo
LuaJIT 2.0.5
Compilation: /usr/lib/ccache/bin/cc -D_FORTIFY_SOURCE=2 -march=native -mtune=native -O2 -pipe -fstack-protector-strong -flto -fno-plt -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/arsham/tmp/pkg/neovim-git/src/build/config -I/home/arsham/tmp/pkg/neovim-git/src/neovim-git/src -I/usr/include -I/home/arsham/tmp/pkg/neovim-git/src/build/src/nvim/auto -I/home/arsham/tmp/pkg/neovim-git/src/build/include
Compiled by arsham
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
Run :checkhealth for more info EDIT: for anyone having the same problem as I, you can use 6846489 commit. Packer example: use {
'ojroques/nvim-lspfuzzy',
commit = '6846489d7f40a8938b58beee18c01b7980cd5da1',
} |
Well you happen to be in a detached commit after 0.5 but before nightly/main, and I assume very few people use Neovim at such specific commits. I don't want to introduce complexity by handling these corner cases so hopefully you are able to update to nightly/master soon. In the meantime I've pushed a tag |
* Update handler signatures Closes #20 * Make changes compatible with Neovim < 0.5.1
Possibly at this commit, the signature of the handler has changed and is breaking this plugin.
This code might be indirectly affected by the signature change.
The text was updated successfully, but these errors were encountered: