garymjr / nvim-snippets

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

fix: use list_runtime_paths api #19

Closed aymanbagabas closed 3 months ago

aymanbagabas commented 3 months ago

Using the nvim_list_runtime_paths produce more accurate results for each loaded plugin. This also fixes the issue for Nix users using friendly-snippets.

garymjr commented 3 months ago

Looks good, thanks for adding this