Neovim/lua/plugins/luasnip.lua

11 lines
156 B
Lua
Raw Normal View History

2023-11-17 11:24:21 +00:00
return {
{
"L3MON4D3/LuaSnip",
opts = {
history = true,
delete_check_events = "TextChanged",
}
}
}