molleweide / LuaSnip-snippets.nvim

Neovim plugin that provides snippets for the LuaSnip plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

erikc96 opened this issue · comments

This fails:

luasnip.snippets = require("molleweide/LuaSnip-snippets.nvim").load_snippets()

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

image
This is my neovim version btw

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

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