Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
erikc96 opened this issue Jun 11, 2022 · 2 comments
Open

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

erikc96 opened this issue Jun 11, 2022 · 2 comments

Comments

@erikc96
Copy link

erikc96 commented Jun 11, 2022

This fails:

luasnip.snippets = require("molleweide/LuaSnip-snippets.nvim").load_snippets()
@premell
Copy link

premell commented Jun 11, 2022

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

image
This is my neovim version btw

@wfxr
Copy link

wfxr commented Nov 3, 2023

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants