-
Notifications
You must be signed in to change notification settings - Fork 373
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
Error is thrown when using auto-pairs in neovim v0.9.0 #366
Comments
This error persists even after removing the setting of fillchars. |
Relevant: neovim/neovim#23666 (I know you posted this over on my fork too and that you've probably seen it linked there (or will see, doesn't matter), but leaving it here too seeing as the bug report is in both repos, and this repo still has a lot of users) |
Bunch of stuff here - Re-orged plugin structure, just load config files instead of the plugin definitions so dependencies are more apparent. - Removed auto pairs which is breaking: jiangmiao/auto-pairs#366 - Removed other unused plugins catppuccin, octo. Will do more of this later. - Updated all plugins.
from function AutoPairsTryInit, Info dictionary doesnt have the rhs key. I am able to fix this with changing variable "old_cr" in "if v:version == 703 && has('patch32') || v:version > 703" if scope with normal CR. Take a look to my fork |
I have set fillchars in my neovim config as follows:
Following error is thrown when I enter the command
:vnew
:After this error comes along, telescope find files also stops working.
I am currently using neovim v0.9.0
The text was updated successfully, but these errors were encountered: