garymjr / nvim-snippets

Snippet support using native neovim snippets
MIT License
215 stars 13 forks source link

feat(reload_file): add `silent` option to skip notification (#13) #20

Closed chrisgrieser closed 3 months ago

chrisgrieser commented 3 months ago

for reload_file, adds an optional second parameter to silence the notification. See https://github.com/garymjr/nvim-snippets/issues/13#issuecomment-2125741278

garymjr commented 3 months ago

Awesome. That's how I was planning on handling this as well. Thanks for this!