feat: enable history for luasnip

This commit is contained in:
2024-12-06 08:24:35 -05:00
parent 6e466632d8
commit bbb3b9043f
@@ -16,6 +16,10 @@ return {
'L3MON4D3/LuaSnip',
version = 'v2.*',
build = 'make install_jsregexp',
opts = {
history = true,
updateevents = 'TextChanged,TextChangedI',
},
},
'saadparwaiz1/cmp_luasnip',
'rafamadriz/friendly-snippets',