molleweide / LuaSnip-snippets.nvim

Neovim plugin that provides snippets for the LuaSnip plugin.
118 stars 13 forks source link

How do you install if you're not using doom nvim? #6

Open erikc96 opened 2 years ago

erikc96 commented 2 years ago

This fails:

luasnip.snippets = require("molleweide/LuaSnip-snippets.nvim").load_snippets()
premell commented 2 years ago

This fails for me aswell, I get the following error: image

image This is my neovim version btw

wfxr commented 10 months ago

@erikc96 You can try to change the module name to luasnip_snippets:

luasnip.snippets = require("luasnip_snippets").load_snippets()