-
Notifications
You must be signed in to change notification settings - Fork 10
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
E116: Incompatible with traces.vim: Invalid arguments for function dictwatcherdel #35
Comments
Thanks for reporting! Two questions:
|
Here are some screenshots: Output of
Output of
|
I was able to reproduce the error using your Nvim config, however I have no idea which plugin might be causing this. You could use binary search to disable a set of plugins until the variable is renamed, i.e. the highlights are shown - unfortunately, I don't have time for this :) (A bisect feature for lazy.nvim would be nice for this btw). |
When you say "your Nvim config", do you mean what I pasted in here or my full config from my dotfiles? 😅 Sorry, didn't want you to go into so much trouble. I might have some time to help debug further this weekend. |
I meant your Nvim config (https://github.com/fnune/dotfiles/tree/master/neovim/.config/nvim). Thanks for looking into this! |
Found it! The incompatible plugin is https://github.com/markonm/traces.vim Disabling it fixes this issue. Sorry to have prompted you to spend your time on this. At least it's some documentation here. |
I'm glad you found the issue!
No worries at all, it was a valid bug report :) |
I also experienced the same issue. Spent better part of an hour to work. Glad I found this. It is a known issue now. |
@twnaing Glad you found this issue. I will add a check whether traces.vim is installed to warn other users of this incompatibility |
Here's my setup:
The keybinding puts me in command mode with
:IncRename theword
, but:Additionally, it leaves me in a weird state where I have to hit
Ctrl-C
for the error message to go away.Neovim version:
The text was updated successfully, but these errors were encountered: