1 2 3 4 5 6 7 8 9
local ls = require('luasnip') ls.config.set_config { -- return back into snippet history = true, -- update on text insert updateevents = "TextChanged,TextChangedI" }