garymjr / nvim-snippets

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

fix: gather all snippets for a filetype. Don't override. #10

Closed folke closed 3 months ago

folke commented 3 months ago

Right now, when you have a custom snippet for which also a friendly snippets file exists, the custom one would be overwritte.

For example with a custom snippets/gitcommit.json

This PR fixes that

folke commented 3 months ago

That was quick :) Thanks!