You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for making this awesome plugin. It's really solid!
I was wondering if it is possible to reload a snippets file without restarting nvim?
This happens automatically in UltiSnips when you change snippets and I should think that reloading the snippets in nvim using eg :lua require('file_containing_snippets') would do the trick but it doesn't really. (this file contains the require'snippets'.snippets = {...snippets} stuff.
Any pointers are much appreciated!
Thanks
The text was updated successfully, but these errors were encountered:
Hello! Thanks for making this awesome plugin. It's really solid!
I was wondering if it is possible to reload a snippets file without restarting nvim?
This happens automatically in UltiSnips when you change snippets and I should think that reloading the snippets in nvim using eg
:lua require('file_containing_snippets')
would do the trick but it doesn't really. (this file contains therequire'snippets'.snippets = {...snippets}
stuff.Any pointers are much appreciated!
Thanks
The text was updated successfully, but these errors were encountered: