LuaSnip-snippets.nvim
LuaSnip-snippets.nvim copied to clipboard
fix: Make user_args a table
PR #1 contained a partial fix to this breaking change in LuaSnip, but seems to have missed the fact that user_args itself needs to be a table. This change fixes that.