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

~20x Error detected while processing BufReadPost Autocommands for "*": when opening file #1652

Closed
AlexanderHott opened this issue Oct 29, 2022 · 3 comments

Comments

@AlexanderHott
Copy link
Contributor

Describe the bug
When opening a file through <leader>e, the error message

Error detected while processing BufReadPost Autocommands for "*":
W18: Invalid character in group name

shows up.

To Reproduce
Steps to reproduce the behavior:

  1. Fresh install neovim, packer sync, exit
  2. open nvim without any arguments
  3. <leader>e
  4. select a file
  5. there should be ~20 errors in the command box

Expected behavior
there should not be any errors

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Operating System:
    Ubuntu
  • Terminal:
    Konsole + Zsh
  • Version of Neovim:
    NVIM v0.7.2
    Build type: Release
    LuaJIT 2.1.0-beta3

Additional context
This only happens for the first file or telescope fuzzy finder that gets opened. Every file after that works. I think this has to do with an autocommand that is being lazy loaded.

@siduck
Copy link
Member

siduck commented Oct 29, 2022

update to neovim 0.8

@siduck siduck closed this as completed Oct 29, 2022
@griiid
Copy link

griiid commented Nov 5, 2022

The installation instruction in https://nvchad.com/quickstart/install still says:
Neovim 0.7.2, if your distro/OS doesn't have it then try neovim version manager.

Who can update this?

@siduck
Copy link
Member

siduck commented Nov 5, 2022

@griiid i will update it tomorrow.

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