Skip to content

Remove enable/disable toggle notifications - #1

Open
evanpurkhiser wants to merge 1 commit into
awalland:mainfrom
evanpurkhiser:silent-toggle
Open

Remove enable/disable toggle notifications#1
evanpurkhiser wants to merge 1 commit into
awalland:mainfrom
evanpurkhiser:silent-toggle

Conversation

@evanpurkhiser

Copy link
Copy Markdown

With auto_enable = true (the default), the File watching enabled notification fires on every Neovim startup. After installing the plugin, every nvim launch shows this message, which gets noisy fast.

This PR removes both the enable and disable notifications so the toggle is silent. :FileWatchStatus is still available for explicit verification.

Open question for you: would you rather keep the messages and put them behind a separate option (e.g. notify_toggle = false) so users can opt out without affecting the per-file reload notifications? Happy to rework the PR that way if you prefer — wanted to start with the smaller diff and let you choose.

With auto_enable on (the default), the 'File watching enabled' notification fires on every Neovim startup, which becomes noisy. Removed both the enable and disable notifications for symmetry; :FileWatchStatus is available for explicit verification.
@evanpurkhiser

Copy link
Copy Markdown
Author

Oh I just realized notify is an option lol, sorry didn't look close enough at the code before asking Claude to fix it haha

@evanpurkhiser

evanpurkhiser commented Apr 27, 2026

Copy link
Copy Markdown
Author

Ah but there's other stuff gated behind config.notify. I think this might still be valid. Will leave it up to you

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

Successfully merging this pull request may close these issues.

1 participant