How do I reload LuaSnip so that my snippets are updated? #1336
Unanswered
UtkarshVerma
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that lazy has the
Lazy reload
command which I can use to reload a plugin. I have the following spec for LuaSnip in my config:What I want is, if I define a new snippet in
luasnip.add_snippets()
, reloading viaLazy reload LuaSnip
should allow me to use the newly created snippets. However, I have not been able to do so.Could someone please let me know what I might be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions