garymjr / nvim-snippets

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

Improve friendly-snippets detection #46

Open simifalaye opened 2 months ago

simifalaye commented 2 months ago

The current friendly-snippets detection only works if the rtp has an explicit entry for the friendly-snippets path. The runtimepaths can also be declared using globs such as "/home/user.local/share/nvim/site/pack/*/start/*", in which case, this detection doesn't work to find the friendly snippets path.

simifalaye commented 2 months ago

@garymjr