garymjr / nvim-snippets

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

can i load ansible snippets? #15

Closed mosheavni closed 3 months ago

mosheavni commented 3 months ago

https://github.com/phenomenes/ansible-snippets/tree/master

i think they use the same structure as friendly snippets

telemachus commented 3 months ago

At a quick glance, I think no. Those seem to be in SnipMate and UltiSnips formats, but this plugin supports vscode-format snippets.

garymjr commented 3 months ago

At a quick glance, I think no. Those seem to be in SnipMate and UltiSnips formats, but this plugin supports vscode-format snippets.

This is correct. I only intend to support vscode style snippets in this plugin