chrisgrieser / nvim-scissors

Automagical editing and creation of snippets.
MIT License
384 stars 4 forks source link

fix: add build to Lazy LuaSnip declaration #17

Closed roesnera closed 5 months ago

roesnera commented 5 months ago

I got errors when listing 'L3M0N4D3/LuaSnip' as a dependency without also including the build explicitly. This change to my lazy plugin .lua file cleared those errors up.

Checklist

chrisgrieser commented 5 months ago

thx!

But to be honest, I think I'll switch the readme example to nvim-snippet instead, since it's the better option for non-power users (iirc, Lazyvim switched to it as well.)