You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Fresh install neovim, packer sync, exit
open nvim without any arguments
<leader>e
select a file
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
When opening a file through <leader>e, the error message
shows up.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
there should not be any errors
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Ubuntu
Konsole + Zsh
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.
The text was updated successfully, but these errors were encountered: