Skip to content

Why is function node not updating as I type? #1038

Answered by L3MON4D3
rstcruzo asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, you have to set update_events, in setup, to TextChangedI, so

require("luasnip").setup({
    update_events = "TextChangedI"
})

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@L3MON4D3
Comment options

@jsr-p
Comment options

@L3MON4D3
Comment options

@jsr-p
Comment options

@L3MON4D3
Comment options

Answer selected by rstcruzo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants