garymjr / nvim-snippets

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

Automatically detect if friendly-snippets are installed and register them if so #1

Open garymjr opened 9 months ago

garymjr commented 9 months ago

Requiring users to install friendly-snippets and enable an option in setup may not be necessary. Instead, checking for friendly-snippets in the runtime path should be sufficient to determine whether it needs to be registered.