-
I saw in the documentation videos that a function node should be updating as I'm typing but I cannot get that to work. It updates only after I make a jump. Please help. This is the snippet I wrote:
|
Beta Was this translation helpful? Give feedback.
Answered by
L3MON4D3
Oct 10, 2023
Replies: 3 comments 9 replies
-
Ah, you have to set require("luasnip").setup({
update_events = "TextChangedI"
}) |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
rstcruzo
-
Coul you share a full configuration of cmp-nvim + luasnip? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, you have to set
update_events
, insetup
, toTextChangedI
, so