Neovim/lua/plugins/luasnip.lua

11 lines
156 B
Lua

return {
{
"L3MON4D3/LuaSnip",
opts = {
history = true,
delete_check_events = "TextChanged",
}
}
}