summaryrefslogtreecommitdiffstats
path: root/lua/core/overrides/snip.lua
blob: c11236ec43ba91e721290d9249dd98a9afdd06c0 (plain) (blame)
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"
}