garymjr / nvim-snippets

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

feat: added support for package.json #31

Closed folke closed 3 months ago

folke commented 3 months ago

As the title says :)

For every snippet search path, we first try to load it's package.json file. IF that doesn't exist, the directory is scanned as before.

Fixes #23 Fixes #5