garymjr / nvim-snippets

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

Snippets no longer filetype specific #37

Closed sQVe closed 3 months ago

sQVe commented 3 months ago

Hey,

Since https://github.com/garymjr/nvim-snippets/commit/8f85fc2a27d54434a22e9d9bc71655ce632fbef0 snippets are no longer filetype specific. All snippets loaded, for multiple different filetypes, are available for all buffers.

I'm assuming that this is an unwanted behaviour?

Cheers 🍻

garymjr commented 3 months ago

This is fixed in #39. Thanks for pointing this out!