Skip to content
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

Open
abhiyandhakal opened this issue May 15, 2023 · 3 comments
Open

Error is thrown when using auto-pairs in neovim v0.9.0 #366

abhiyandhakal opened this issue May 15, 2023 · 3 comments

Comments

@abhiyandhakal
Copy link

I have set fillchars in my neovim config as follows:
Screenshot_20230515_072453

Following error is thrown when I enter the command :vnew:
Screenshot_20230515_072626

After this error comes along, telescope find files also stops working.

I am currently using neovim v0.9.0

@abhiyandhakal
Copy link
Author

This error persists even after removing the setting of fillchars.

@abhiyandhakal abhiyandhakal changed the title Error is thrown when setting fillchars Error is thrown when using auto-pairs. May 16, 2023
@abhiyandhakal abhiyandhakal changed the title Error is thrown when using auto-pairs. Error is thrown when using auto-pairs in neovim v0.9.0 May 16, 2023
@LunarWatcher
Copy link

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)

jsilasbailey added a commit to jsilasbailey/dotfiles that referenced this issue Nov 4, 2023
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.
@VArtzy
Copy link

VArtzy commented Jul 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants