-
Notifications
You must be signed in to change notification settings - Fork 11
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
Turn off Notifications? #13
Comments
Are you seeing a notification every time you enter a buffer? Because when guess-indent sets up the autocommand, it should get executed silently. |
ah yes, I use nvim-notify to redirect all For whatever reason, it seems silent notifications still get redirected. Maybe the notification could be skipped alltogether when guess-indent is triggered via autocmd? Would save users like me the complications |
I assume you overwrite the lua print function to achieve this (similar to this reddit post)? If this is the case, then I would suggest you to just filter out any messages that start with The way |
I'm actually getting this issue too, but only when I navigate using default Telescope file finders (e.g. Seems like this is probably a Neovim issue, and not a guess-indent.nvim issue. |
My workaround will be to set |
I noticed that the plugin seems to creates a prints a notification every time it sets the indentation.
While that may be useful for when you manually run
:GuessIndent
or when the indentation values have been changed, it is a bit annoying when the notification appears every time you enter a new buffer, even if the indentation was already set correctly?The text was updated successfully, but these errors were encountered: