luasnip + nvim-cmp changes

This commit is contained in:
Daniel Yrovas 2022-03-29 11:50:56 +11:00
parent 8c1ff008e5
commit 8609852a1e
Signed by: danielyrovas
GPG key ID: C181BAC70BDE7C00
2 changed files with 13 additions and 2 deletions

View file

@ -6,7 +6,7 @@ end
local types = require "luasnip.util.types"
ls.config.set_config {
history = false,
history = true,
updateevents = "TextChanged,TextChangedI",
enable_autosnippets = true,
ext_opts = {