joshuadanpeterson / typewriter.nvim

A Neovim plugin that emulates a typewriter, keeping the cursor centered on the screen for a focused writing experience.
MIT License
23 stars 0 forks source link

[Request] Option to silence notifications when toggling TW? #18

Closed Ajaymamtora closed 1 month ago

Ajaymamtora commented 1 month ago

As the title says, could there be a config option that silences notifications? I just leave TW on and don't want to see the notification every time I start nvim

joshuadanpeterson commented 1 month ago

Does setting enable_notifications to false not do the trick?

Ajaymamtora commented 1 month ago

Sorry I missed that, thank you it works