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
require('luasnip.session.snippet_collection.').clear_snippets 'vimwiki'
does not have any effect and the snippets are still there and therefore duplicated if being sourced after.
tried both ways - to include it in a snippet code and to execute it from nvim's command line directly via :lua require('luasnip.session.snippet_collection.').clear_snippets 'vimwiki'
The text was updated successfully, but these errors were encountered:
require('luasnip.session.snippet_collection.').clear_snippets 'vimwiki'
does not have any effect and the snippets are still there and therefore duplicated if being sourced after.
tried both ways - to include it in a snippet code and to execute it from nvim's command line directly via
:lua require('luasnip.session.snippet_collection.').clear_snippets 'vimwiki'
The text was updated successfully, but these errors were encountered: