-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Invalid augroup #482
Comments
Beat me to it. |
Fastest bug reports NA. |
Very sorry about that, CI should have caught this but didn't because it doesn't run this particular autocmd as Should be fixed in 6d66300 |
After updating, the error from
|
Do you get the error without profiling enabled? |
No, without profiling enabled, I don't get the error. |
Good to know, but means it is an Impatient issue. |
Shall I file an issue there? |
Actually, I think I've realized the issue and is caused by Gitsigns storing a copy of It does indicate that you may be setting up impatient incorrectly. It needs to be the first thing you |
Yes, you are right. I was incorrectly loading it after gitsigns. I didn't think it was an issue since the cache log seemed to indicate it was still working fine. Fixed and the error is gone. Thank you! |
Description
Via
865375407e794b7efcab7d28efc51955560d0aaa
startup notes:does not happen with
06aefb1867687ee2b1d206fd5d19a2b254c62f2c
, as makes sense.Neovim version
NVIM v0.7.0-dev+1175-g5d6006f9b
Operating system and version
Linux
Expected behavior
No error on startup
Actual behavior
Error on startup
Minimal config
Steps to reproduce
nvim -nu minimal.lua
Gitsigns debug messages
No response
The text was updated successfully, but these errors were encountered: